Fixed eslint settings

This commit is contained in:
Jori Lallo 2016-06-30 23:21:58 -07:00
parent 296abab7eb
commit 34e59876bd
2 changed files with 12 additions and 1 deletions

View File

@ -4,6 +4,14 @@
"rules": {
"arrow-body-style":[0, "as-needed"], // fix `this` shortcut on ES6 classes
"react/jsx-no-bind": 0, // Makes difficult to pass args to prop functions
"react/jsx-curly-spacing": [2, "always"], // Spaces inside curlies
"no-else-return": 0,
},
"settings" : {
"import/resolver": {
"webpack": {
"config": "webpack.config.js"
}
}
}
}
}

View File

@ -44,6 +44,9 @@
"emoji-name-map": "1.1.2",
"eslint": "2.13.1",
"eslint-config-airbnb": "9.0.1",
"eslint-import-resolver-webpack": "^0.3.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "5.2.2",
"exports-loader": "0.6.3",
"extract-text-webpack-plugin": "1.0.1",