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.
ignorePatterns
1 parent f00cecb commit 6689ad8Copy full SHA for 6689ad8
template/linting/oxlint/_oxlintrc.json
@@ -6,5 +6,6 @@
6
},
7
"categories": {
8
"correctness": "error"
9
- }
+ },
10
+ "ignorePatterns": ["dist/**", "node_modules/**"]
11
}
0 commit comments