Skip to content

Commit 76e5a86

Browse files
committed
feat(eslint.config.js): add eslint configuration file using @bluzzi/eslint-config
chore(package.json): bump @bluzzi/eslint-config and eslint versions for improved linting rules and compatibility
1 parent 01cdb13 commit 76e5a86

File tree

3 files changed

+829
-319
lines changed

3 files changed

+829
-319
lines changed

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { eslintConfig } from "@bluzzi/eslint-config";
2+
3+
export default eslintConfig({
4+
typescript: { tsconfigPath: "./tsconfig.json" },
5+
});

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"url": "git+https://github.com/Bluzzi/cookie-muncher.git"
2525
},
2626
"devDependencies": {
27-
"@bluzzi/eslint-config": "^1.2.1",
27+
"@bluzzi/eslint-config": "^1.3.1",
2828
"@types/node": "^22.10.2",
2929
"@vitest/ui": "^2.1.8",
30-
"eslint": "^8.56.0",
30+
"eslint": "^9.17.0",
3131
"jsdom": "^25.0.1",
3232
"tsup": "^8.0.1",
3333
"typescript": "^5.3.3",

0 commit comments

Comments
 (0)