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 9ab5edc commit 69d2ddeCopy full SHA for 69d2dde
3 files changed
eslint.config.js
@@ -1,3 +1,7 @@
1
-import vnphanquang from '@vnphanquang/eslint-config';
+import { fileURLToPath } from 'node:url';
2
3
-export default vnphanquang;
+import { defineConfig } from '@vnphanquang/eslint-config';
4
+
5
+const gitignorePath = fileURLToPath(new URL('./.gitignore', import.meta.url));
6
7
+export default defineConfig({ gitignorePath });
package.json
@@ -63,7 +63,7 @@
63
"@types/node": "^22.10.2",
64
"@vitest/coverage-istanbul": "2.1.8",
65
"@vitest/ui": "^2.1.8",
66
- "@vnphanquang/eslint-config": "^3.0.1",
+ "@vnphanquang/eslint-config": "^4.0.2",
67
"eslint": "^9.17.0",
68
"postcss": "^8.4.49",
69
"prettier": "^3.4.2",
0 commit comments