1234567891011121314151617181920 |
- {
- "indent": 4,
- "node": true,
- "globalstrict": true,
- "evil": true,
- "unused": true,
- "undef": true,
- "newcap": true,
- "esnext": true,
- "curly": true,
- "eqeqeq": true,
- "expr": true,
- "predef": [
- "describe",
- "it",
- "beforeEach",
- "afterEach"
- ]
- }
|