flosight-api/.eslintrc.json
2017-08-04 14:29:10 -04:00

11 lines
154 B
JSON

{
"extends": "airbnb-base",
"env": {
"node": true,
"es6": true
},
"rules": {
"no-multi-spaces": 0,
"no-use-before-define": 1
}
}