flosight-api/.eslintrc.json

12 lines
181 B
JSON

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