UNPKG

434 BPlain TextView Raw
1{
2 "root": true,
3 "env": {
4 "browser": true,
5 "node": true,
6 "es6": true
7 },
8 "parser": "babel-eslint",
9 "extends": "standard",
10 "rules": {
11 "eqeqeq": "off",
12 "curly": "error",
13 "quotes": ["error", "single"],
14 "semi": ["error", "always"],
15 "indent": ["error", 4],
16 "space-before-function-paren": "off",
17 "eol-last":"off",
18 "one-var": "off",
19 "no-new-func": "off",
20 "camelcase": "off"
21 }
22}
\No newline at end of file