Update and fix linting

This commit is contained in:
Paulus Schoutsen
2016-02-28 00:31:45 -08:00
parent 0b608c586c
commit c580a9eb89
11 changed files with 16 additions and 22 deletions
-5
View File
@@ -1,12 +1,7 @@
{
"parser": "babel-eslint",
"extends": "airbnb/base",
"globals": {
"__DEV__": false,
"__DEMO__": false
},
"rules": {
"comma-dangle": [2, "always-multiline"],
"no-underscore-dangle": 0
}
}