flosight-api/server/.eslintrc.json
2017-08-16 01:47:30 -04:00

14 lines
225 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,
"no-plusplus": 0
}
}