Fix oxlint config file name and use a valid config.

This commit is contained in:
Connor Shea
2026-01-16 19:55:10 -07:00
committed by Peter Steinberger
parent bc7d603867
commit 451532f6f1
2 changed files with 11 additions and 4 deletions

11
.oxlintrc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": [
"unicorn",
"typescript",
"oxc"
],
"categories": {
"correctness": true
}
}