flosight-api/.eslintrc.json
2017-08-05 02:13:36 -04:00

13 lines
203 B
JSON

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