Fix oxlint config file name and use a valid config.
This commit is contained in:
committed by
Peter Steinberger
parent
bc7d603867
commit
451532f6f1
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"]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user