UNPKG

365 BPlain TextView Raw
1{
2 "env": {
3 "node": true
4 },
5
6 "rules": {
7 "brace-style": 2,
8 "func-style": [2, "declaration"],
9 "guard-for-in": 2,
10 "no-floating-decimal": 2,
11 "no-nested-ternary": 2,
12 "no-underscore-dangle": 0,
13 "quotes": [2, "single"],
14 "radix": 2,
15 "valid-jsdoc": 2,
16 "wrap-iife": 2
17 }
18}