Skip to content

Commit

Permalink
Disable some rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Nov 5, 2024
1 parent 1f11865 commit 5ba8d7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions oxlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"correctness": "deny",
"perf": "deny",
"suspicious": "deny"
},
"rules": {
"eslint/no-await-in-loop": "allow",
"jsdoc/check-tag-names": "allow",
"oxc/no-accumulating-spread": "allow"
}
}

0 comments on commit 5ba8d7c

Please sign in to comment.