Skip to content

Commit

Permalink
feat: Update to ESLint 4
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Jun 13, 2017
1 parent d5a9de4 commit 71fdb16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"chalk": "1.1.3",
"connect-history-api-fallback": "1.3.0",
"css-loader": "0.28.4",
"eslint": "3.19.0",
"eslint": "4.0.0",
"eslint-loader": "1.7.1",
"eslint-plugin-react": "6.10.3",
"eslint-plugin-react": "7.0.1",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.11.2",
"fs-extra": "3.0.1",
Expand Down
3 changes: 3 additions & 0 deletions src/eslint-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ module.exports = {
"no-undef": "warn",
"no-unused-vars": "warn",

// Stylistic Issues
"nonblock-statement-body-position": "warn",

// ECMAScript 6
"constructor-super": "warn",
"no-class-assign": "warn",
Expand Down

0 comments on commit 71fdb16

Please sign in to comment.