Fix oxlint config file name and use a valid config.
This commit is contained in:
parent
bc7d603867
commit
451532f6f1
2 changed files with 11 additions and 4 deletions
11
.oxlintrc.json
Normal file
11
.oxlintrc.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
||||
"plugins": [
|
||||
"unicorn",
|
||||
"typescript",
|
||||
"oxc"
|
||||
],
|
||||
"categories": {
|
||||
"correctness": true
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/oxlintrc",
|
||||
"extends": ["recommended"]
|
||||
}
|
||||
Loading…
Reference in a new issue