Skip to content

Commit

Permalink
rollback @typescript-eslint/eslint-plugin to 7.7.0 so fixAll on save …
Browse files Browse the repository at this point in the history
…works (#915)

* rollback @typescript-eslint/eslint-plugin to 7.7.0 so fixAll on save works

* add changeset
  • Loading branch information
dagda1 committed May 15, 2024
1 parent a0476ac commit 8af3233
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 282 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-ads-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cutting/eslint-config": patch
---

rollback @typescript-eslint/eslint-plugin to 7.7.0 so fixAll on save works in vscode
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@cutting/useful-types": "workspace:*",
"@types/node": "20.12.11",
"@rollup/plugin-terser": "0.4.4",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vitest/coverage-v8": "1.6.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vanilla-extract/vite-plugin": "4.0.9",
Expand Down Expand Up @@ -72,7 +72,14 @@
},
"pnpm": {
"overrides": {
"eslint": "^8.57.0",
"gsap": "npm:@gsap/shockingly@^3.12.5"
},
"updateConfig": {
"ignoreDependencies": [
"eslint",
"*eslint*"
]
}
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"react"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
Expand All @@ -32,8 +32,8 @@
"prettier": "3.2.5"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">= 7.8.0",
"@typescript-eslint/parser": ">= 7.8.0",
"@typescript-eslint/eslint-plugin": ">= 7.7.x",
"@typescript-eslint/parser": ">= 7.7.x",
"eslint": ">= 8.57.0",
"eslint-config-prettier": ">= 9.1.x",
"eslint-plugin-jsx-a11y": ">= 6.8.x",
Expand Down

0 comments on commit 8af3233

Please sign in to comment.