You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
393 B

{
"env": {
"node": true,
"es6": true
},
"rules": {
"eqeqeq": ["error", "smart"],
"indent": ["error", 2, { "SwitchCase": 1 }],
"no-constant-condition": "off",
"no-redeclare": "warn",
"no-underscore-dangle": "off",
"no-use-before-define": ["warn","nofunc"],
"quotes": ["error", "single"],
"space-before-blocks": "error",
"strict": "error"
}
}