Skip to content

Commit

Permalink
Update typescript-eslint to fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillkurko committed Sep 25, 2023
1 parent 13b33fd commit 30619b1
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 132 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"devDependencies": {
"@types/react": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"autoprefixer": "^10.4.15",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^14.0.2",
"eslint-config-next": "^13.4.19",
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
Expand Down
Loading

0 comments on commit 30619b1

Please sign in to comment.