Ajout des fichiers de base pour le projet.
This commit is contained in:
14
.oxlintrc.json
Normal file
14
.oxlintrc.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
||||
"plugins": ["unicorn", "typescript", "oxc"],
|
||||
"categories": {
|
||||
"correctness": "error",
|
||||
"perf": "error",
|
||||
"suspicious": "off",
|
||||
"style": "off",
|
||||
"nursery": "off",
|
||||
"pedantic": "off",
|
||||
"restriction": "off"
|
||||
},
|
||||
"ignorePatterns": ["node_modules/", "dist/"]
|
||||
}
|
Reference in New Issue
Block a user