Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default tsPlugin.config(
prettierRules,
{
name: "globally/ignored",
ignores: ["**/dist/", "**/coverage/", "compat-test/sample.ts"],
ignores: ["**/dist/", "**/coverage/", "compat-test"],
Comment thread
RobinTail marked this conversation as resolved.
},
{
name: "globally/disabled",
Expand Down
2 changes: 1 addition & 1 deletion migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"node": "^20.19.0 || ^22.13.0 || ^24.0.0"
},
"peerDependencies": {
"eslint": "^9.0.0",
"eslint": "^10.0.0",
"typescript-eslint": "^8.0.0"
Comment thread
RobinTail marked this conversation as resolved.
Outdated
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tsconfig/node20": "^20.1.8",
"@types/node": "^24.10.9",
"@vitest/coverage-v8": "^4.0.16",
"eslint": "^9.39.2",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-allowed-dependencies": "^2.0.1",
Comment thread
RobinTail marked this conversation as resolved.
Outdated
"eslint-plugin-prettier": "^5.5.4",
Expand Down
Loading