1234567891011121314151617 |
- {
- "node": true,
- "laxcomma": true,
- "indent": 2,
- "globalstrict": true,
- "maxparams": 6,
- "maxdepth": 3,
- "maxstatements": 20,
- "maxcomplexity": 10,
- "maxlen": 100,
- "globals": {
- "describe": true,
- "it": true,
- "before": true,
- "after": true
- }
- }
|