Skip to content

Commit

Permalink
[major] update to eslint 7 (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip authored Dec 7, 2020
1 parent 2612d49 commit 6ebd25c
Show file tree
Hide file tree
Showing 14 changed files with 1,182 additions and 290 deletions.
11 changes: 6 additions & 5 deletions packages/xarc-opt-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@
"prepare": "shx cp node_modules/opt-archetype-check/xarc-opt-check.js ."
},
"dependencies": {
"eslint": "^4.8.0",
"babel-eslint": "^10.0.1",
"eslint-config-walmart": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-walmart": "^2.2.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-react": "^7.4.0"
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-react": "^7.21.5"
},
"devDependencies": {
"opt-archetype-check": "../opt-archetype-check",
Expand Down
Loading

0 comments on commit 6ebd25c

Please sign in to comment.