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.
1 parent 3cc7c8c commit db1d213Copy full SHA for db1d213
oxlint.json
@@ -1,8 +1,9 @@
1
{
2
"$schema": "./node_modules/oxlint/configuration_schema.json",
3
- "plugins": ["import", "unicorn"],
+ "plugins": ["import", "unicorn", "jsdoc"],
4
"categories": {
5
"correctness": "deny",
6
- "perf": "deny"
+ "perf": "deny",
7
+ "suspicious": "deny"
8
}
9
0 commit comments