Skip to content

Commit 6244cf9

Browse files
committed
ignore lint
1 parent c8aca37 commit 6244cf9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eslint.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ import { defineConfig } from "eslint/config";
44
import tseslint from "typescript-eslint";
55

66
export default defineConfig(
7+
{
8+
ignores: [
9+
"**/node_modules/**",
10+
"**/dist/**",
11+
"**/docs/_build/**",
12+
"**/.git/**",
13+
"**/pnpm-lock.yaml",
14+
],
15+
},
716
eslint.configs.recommended,
817
tseslint.configs.recommended,
918
);

0 commit comments

Comments
 (0)