en cours: règles ESLint/Oxlint

- eslint
This commit is contained in:
gcch 2026-03-30 15:50:50 +02:00
commit 638529fc57
5 changed files with 464 additions and 158 deletions

View file

@ -11,12 +11,12 @@ import unicornRules from "./rules/unicorn";
const config: OxlintConfig = defineConfig({
categories: {
correctness: "warn",
nursery: "warn",
pedantic: "warn",
perf: "error",
style: "error",
suspicious: "error",
correctness: "off",
nursery: "off",
pedantic: "off",
perf: "off",
style: "off",
suspicious: "off",
},
env: {
browser: true,