We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cdb13 commit 76e5a86Copy full SHA for 76e5a86
eslint.config.js
@@ -0,0 +1,5 @@
1
+import { eslintConfig } from "@bluzzi/eslint-config";
2
+
3
+export default eslintConfig({
4
+ typescript: { tsconfigPath: "./tsconfig.json" },
5
+});
package.json
@@ -24,10 +24,10 @@
24
"url": "git+https://github.com/Bluzzi/cookie-muncher.git"
25
},
26
"devDependencies": {
27
- "@bluzzi/eslint-config": "^1.2.1",
+ "@bluzzi/eslint-config": "^1.3.1",
28
"@types/node": "^22.10.2",
29
"@vitest/ui": "^2.1.8",
30
- "eslint": "^8.56.0",
+ "eslint": "^9.17.0",
31
"jsdom": "^25.0.1",
32
"tsup": "^8.0.1",
33
"typescript": "^5.3.3",
0 commit comments