Skip to content

Commit

Permalink
Upgrade eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 20, 2020
1 parent 008196b commit 01a0e2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"@babel/register": "^7.8.6",
"cross-env": "^7.0.2",
"doctrine": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint": "7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"expect": "^1.20.2",
"min-react-env": "^1.0.1",
"mocha": "^8.0.1",
Expand Down

0 comments on commit 01a0e2e

Please sign in to comment.