flosight-api/.eslintrc.json
2017-08-03 23:10:03 -04:00

12 lines
179 B
JSON

{
"extends": "airbnb-base",
"env": {
"node": true,
"es6": true
},
"rules": {
"no-multi-spaces": {
"exceptions": { "ImportDeclaration": true }
}
}
}