UNPKG

435 BPlain TextView Raw
1{
2 "camelcase": false,
3 "curly": true,
4 "eqeqeq": true,
5 "esversion": 5,
6 "freeze": true,
7 "futurehostile": true,
8 "immed": true,
9 "indent": 2,
10 "latedef": true,
11 "maxlen": 120,
12 "noarg": true,
13 "nocomma": true,
14 "noempty": true,
15 "nonbsp": true,
16 "nonew": true,
17 "notypeof": false,
18 "quotmark": "single",
19 "undef": true,
20 "unused": true,
21 "browser": true,
22 "browserify": true,
23 "node": true,
24 "jasmine": true
25}