Skip to content

Commit f2ffa3b

Browse files
committed
don't lint types/
1 parent cd0e0a3 commit f2ffa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

+1-1
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/"] },
7+
{ ignores: ["**/dist/", "src/declarations/", "test/projects/", "types/"] },
88
{ languageOptions: { globals: globals.node } },
99
pluginJs.configs.recommended,
1010
...tseslint.configs.recommended,

0 commit comments

Comments
 (0)