Skip to content

Commit

Permalink
chore: fix eslint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Jun 21, 2024
1 parent 3f39d9b commit a281b76
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 152 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-ix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"private": true,
"dependencies": {
"eslint": "latest",
"eslint": "~8.21.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-prettier": "^5.0.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/react/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
},
"rules": {
"react/display-name": 0
"react/display-name": 0,
"@typescript-eslint/no-explicit-any": "warn"
}
}
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@
"@types/estree": "~0.0.51",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"babel-jest": "^29.7.0",
"eslint": "~8.21.0",
"eslint-config-ix": "workspace:*",
"eslint-plugin-react": "^7.31.11",
"happy-dom": "^14.7.1",
Expand Down
4 changes: 3 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
"@siemens/ix": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "~8.21.0",
"eslint-config-ix": "workspace:*",
"eslint-plugin-vue": "^9.9.0"
"eslint-plugin-vue": "^9.9.0",
"typescript": "^4.5.4"
},
"peerDependencies": {
"vue": ">=3.2.45",
Expand Down
Loading

0 comments on commit a281b76

Please sign in to comment.