Add linting and nicer output
Showing
+46 -11
.eslintrc
0 → 100644
... | ... | @@ -16,6 +16,12 @@ |
"babel-preset-react": "^6.11.1", | ||
"cross-env": "^2.0.0", | ||
"css-loader": "^0.23.1", | ||
"eslint": "^2.13.1", | ||
"eslint-config-airbnb": "^9.0.1", | ||
"eslint-loader": "^1.4.1", | ||
"eslint-plugin-import": "^1.10.3", | ||
"eslint-plugin-jsx-a11y": "^1.5.5", | ||
"eslint-plugin-react": "^5.2.2", | ||
"html-webpack-plugin": "^2.22.0", | ||
"postcss-loader": "^0.9.1", | ||
"react": "^15.2.1", | ||
... | ... |
Please register or sign in to comment