CENode/.eslintrc.json
2016-12-22 22:57:49 +00:00

15 lines
228 B
JSON

{
"parserOptions": {
"ecmaVersion": 6
},
"env": {
"browser": true,
"node": true
},
"rules": {
"max-len": 0,
"no-restricted-syntax": 0
},
"extends": "airbnb-base"
}