Skip to content

Commit

Permalink
chore: bump eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Feb 11, 2023
1 parent 99d92be commit e7e3039
Show file tree
Hide file tree
Showing 3 changed files with 1,441 additions and 477 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = {
extends: [
'prettier/@typescript-eslint',
'prettier',
'plugin:prettier/recommended',
'react-app',
"plugin:import/typescript",
'plugin:import/typescript',
],
rules: {
'no-console': 1,
Expand Down
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,14 @@
"cross-env": "6.0.3",
"cypress": "6.5.0",
"enzyme": "3.11.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-config-react-app": "5.1.0",
"eslint-plugin-flowtype": "4.5.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "3.1.0",
"jest": "29.4.2",
"lerna": "4.0.0",
Expand Down
Loading

0 comments on commit e7e3039

Please sign in to comment.