Skip to content

Commit b9c1f4a

Browse files
committed
ESLint config in typescript.
1 parent 6dcea5a commit b9c1f4a

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
},
1616
"devDependencies": {
1717
"@arethetypeswrong/core": "^0.18.2",
18+
"@eslint/js": "^9.33.0",
1819
"@tsconfig/node20": "^20.1.5",
1920
"@types/node": "^24.0.0",
2021
"@vitest/coverage-v8": "^3.2.3",
21-
"eslint": "^9.28.0",
22+
"eslint": "^9.33.0",
2223
"eslint-config-prettier": "^10.1.5",
2324
"eslint-plugin-allowed-dependencies": "^1.3.1",
2425
"eslint-plugin-prettier": "^5.4.1",

pnpm-lock.yaml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
{
1313
"groupName": "Vitest and its coverage provider",
1414
"matchPackageNames": ["vitest", "@vitest/*"]
15+
},
16+
{
17+
"groupName": "ESLint and its core modules",
18+
"matchPackageNames": ["eslint", "@eslint/*"]
1519
}
1620
]
1721
}

0 commit comments

Comments
 (0)