Changeset 79a0317 for imaps-frontend/node_modules/is-string/.eslintrc
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-string/.eslintrc
r0c6b92a r79a0317 6 6 "rules": { 7 7 "func-name-matching": 0, 8 "max-statements": [2, 15]9 8 }, 10 11 "overrides": [12 {13 "files": ["test.js"],14 "rules": {15 "no-magic-numbers": 0,16 },17 },18 ],19 9 }
Note:
See TracChangeset
for help on using the changeset viewer.