Skip to content

Commit

Permalink
upgrade all linting packages
Browse files Browse the repository at this point in the history
closes #253
closes #263
closes #261
closes #254
  • Loading branch information
bjacobel committed Aug 15, 2019
1 parent d4d78bf commit 3c1b662
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 229 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.4.0",
"enzyme-to-json": "^3.3.1",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.0.4",
"jest-cli": "^23.5.0",
Expand Down
Loading

0 comments on commit 3c1b662

Please sign in to comment.