Fix oxlint config file name and use a valid config.
parent
bc7d603867
commit
451532f6f1
|
|
@ -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 New Issue