Ajout des fichiers de base pour le projet.

This commit is contained in:
2025-08-12 17:18:10 +00:00
parent 0695d2ca1e
commit 14e69e1f61
20 changed files with 2087 additions and 0 deletions

14
.oxlintrc.json Normal file
View 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/"]
}