Skip to content

Commit

Permalink
Enable jsdoc rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Oct 26, 2024
1 parent 3cc7c8c commit db1d213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions oxlint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["import", "unicorn"],
"plugins": ["import", "unicorn", "jsdoc"],
"categories": {
"correctness": "deny",
"perf": "deny"
"perf": "deny",
"suspicious": "deny"
}
}

0 comments on commit db1d213

Please sign in to comment.