Skip to content

Commit

Permalink
Add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
boczeratul committed Apr 8, 2019
1 parent 1a5e886 commit 336162a
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 34 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"jsx": true
}
},
"settings": {
"import/resolver": {
"webpack": {
"config": "./internals/webpack/webpack.prod.babel.js"
}
}
},
"rules": {
"import/no-named-as-default": "off",
"react/forbid-prop-types": "off"
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,17 @@
"bip39": "^3.0.0",
"circular-dependency-plugin": "^5.0.2",
"css-loader": "0.28.11",
"eslint": "^5.16.0",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-import-resolver-webpack": "0.10.0",
"eslint-plugin-compat": "^2.4.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.9.1",
"eslint-plugin-react-hooks": "^1.0.1",
"ethereumjs-wallet": "^0.6.3",
"eventsource-polyfill": "^0.9.6",
"file-loader": "1.1.11",
Expand Down
Loading

0 comments on commit 336162a

Please sign in to comment.