Skip to content

Commit

Permalink
upgrade eslint and eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cap32 committed Sep 10, 2018
1 parent ed2367b commit 8d9678f
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 351 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "cantonjs",
"settings": {
"import/resolver": {
"webpack": {}
}
}
}
74 changes: 0 additions & 74 deletions .eslintrc.js

This file was deleted.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"cross-env": "^3.1.3",
"eslint": "^4.14.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"eslint": "^5.5.0",
"eslint-config-cantonjs": "^2.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.22.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-html2js-preprocessor": "^1.1.0",
Expand All @@ -56,7 +56,7 @@
"lodash.camelcase": "^4.3.0",
"mkdirp": "^0.5.1",
"mocha": "^3.1.2",
"prettier-eslint-cli": "^4.7.0",
"prettier-eslint-cli": "^4.7.1",
"rimraf": "^2.5.4",
"webpack": "v2.2.1"
}
Expand Down
Loading

0 comments on commit 8d9678f

Please sign in to comment.