UNPKG

270 BPlain TextView Raw
1{
2 "env": {
3 "node": true
4 },
5 "rules": {
6 "quotes": [0, "double"],
7 "strict": [0, "strict"],
8 "no-underscore-dangle": 0,
9 "no-trailing-spaces": 0,
10 "semi": 0,
11 "no-shadow": 0,
12 "no-unused-vars": 0
13 }
14}
\No newline at end of file