| 1234567891011121314151617181920 |
- {
- "node": true,
- "esnext": true,
- "bitwise": false,
- "curly": false,
- "eqeqeq": true,
- "eqnull": true,
- "immed": true,
- "latedef": false,
- "newcap": true,
- "noarg": true,
- "undef": true,
- "strict": true,
- "trailing": true,
- "smarttabs": true,
- "indent": 2,
- "quotmark": "single",
- "scripturl": true,
- "globals": [ "describe", "it" ]
- }
|