Skip to content

Commit 0ab8ebc

Browse files
committed
chore: update eslint config to remove old src/declarations path
1 parent b0dbf85 commit 0ab8ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import tseslint from "typescript-eslint";
44

55
export default [
66
{ files: ["**/*.{js,mjs,cjs,ts}"] },
7-
{ ignores: ["**/dist/", "src/declarations/", "test/projects/", "types/"] },
7+
{ ignores: ["**/dist/", "test/projects/", "types/"] },
88
{ languageOptions: { globals: globals.node } },
99
pluginJs.configs.recommended,
1010
...tseslint.configs.recommended,

0 commit comments

Comments
 (0)