UNPKG

436 BPlain TextView Raw
1{
2 "camelcase": true,
3 "curly": true,
4 "eqeqeq": true,
5 "immed": true,
6 "indent": 4,
7 "latedef": "nofunc",
8 "newcap": true,
9 "noarg": true,
10 "noempty": true,
11 "nonbsp": true,
12 "nonew": true,
13 "quotmark": "single",
14 "undef": true,
15 "unused": true,
16 "strict": true,
17 "eqnull": true,
18 "node": true,
19 "mocha": true,
20 "predef": [
21 "describe",
22 "it",
23 "before",
24 "after",
25 "beforeEach",
26 "afterEach"
27 ]
28}
\No newline at end of file