Skip to content

Commit

Permalink
Update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
semkedaniil committed Oct 5, 2023
1 parent 965d9eb commit 5fa4541
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 303 deletions.
1 change: 1 addition & 0 deletions db-viewer-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ yarn-debug.log*
yarn-error.log*
coverage
dist
.eslintcache
src/Domain/Api/
8 changes: 4 additions & 4 deletions db-viewer-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"storybook": "storybook dev -p 6006",
"lint": "run-s \"lint:*\"",
"lint:tsc": "tsc --noEmit",
"lint:eslint": "eslint ./ --ext .js,.jsx,.ts,.tsx",
"lint:eslint": "eslint ./ --ext .js,.jsx,.ts,.ts --cache",
"test": "vitest"
},
"peerDependencies": {
Expand Down Expand Up @@ -65,11 +65,11 @@
"@types/react-dom": "^18.2.0",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^3.0.1",
"copyfiles": "^2.4.1",
"eslint": "^7.31.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.23.4",
Expand Down
Loading

0 comments on commit 5fa4541

Please sign in to comment.