Changeset 0c6b92a for imaps-frontend/node_modules/es-to-primitive/.eslintrc
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-to-primitive/.eslintrc
rd565449 r0c6b92a 5 5 6 6 "rules": { 7 "complexity": [2, 14],8 7 "func-name-matching": 0, 9 8 "id-length": [2, { "min": 1, "max": 24, "properties": "never" }], 10 "max-statements": [2, 20],11 9 "new-cap": [2, { "capIsNewExceptions": ["GetMethod"] }] 12 10 }, … … 16 14 "files": "test/**", 17 15 "rules": { 18 "max-lines-per-function": [2, { "max": 68 }],16 "max-lines-per-function": 0, 19 17 }, 20 18 }
Note:
See TracChangeset
for help on using the changeset viewer.