Skip to content

Commit 6689ad8

Browse files
committed
feat: oxlint config add ignorePatterns
1 parent f00cecb commit 6689ad8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/linting/oxlint/_oxlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
},
77
"categories": {
88
"correctness": "error"
9-
}
9+
},
10+
"ignorePatterns": ["dist/**", "node_modules/**"]
1011
}

0 commit comments

Comments
 (0)