UNPKG

419 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 "predef": [
20 "describe",
21 "it",
22 "before",
23 "after",
24 "beforeEach",
25 "afterEach"
26 ]
27}
\No newline at end of file