chore(deps): update typescript-eslint monorepo to v6 (major)
parent
bb193db6
No related branches found
No related tags found
Showing
- .eslintignore 1 addition, 0 deletions.eslintignore
- .eslintrc.js 17 additions, 19 deletions.eslintrc.js
- package.json 3 additions, 4 deletionspackage.json
- src/components/Newsletter/ImagePicker/ImagePicker.tsx 1 addition, 1 deletionsrc/components/Newsletter/ImagePicker/ImagePicker.tsx
- src/components/Popups/Popups.tsx 1 addition, 1 deletionsrc/components/Popups/Popups.tsx
- src/components/Routes/Router.tsx 4 additions, 3 deletionssrc/components/Routes/Router.tsx
- src/custom.d.ts 1 addition, 1 deletionsrc/custom.d.ts
- tsconfig.json 1 addition, 1 deletiontsconfig.json
- yarn.lock 275 additions, 6 deletionsyarn.lock
.eslintignore
0 → 100644
... | ... | @@ -31,11 +31,10 @@ |
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-router-dom": "^5.1.8", | ||
"@typescript-eslint/eslint-plugin": "^5.3.1", | ||
"@typescript-eslint/parser": "^5.3.1", | ||
"eslint": "^8.21.0", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-config-react-app": "^7.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "7.30.1", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment