fonc: met en place oxlint uniquement pour ses règles exclusives

This commit is contained in:
gcch 2025-10-08 10:55:57 +02:00
commit effd10eb1b
4 changed files with 23 additions and 1 deletions

8
règles/oxlint.ts Normal file
View file

@ -0,0 +1,8 @@
import type { Linter } from "eslint";
import oxlint from "eslint-plugin-oxlint";
export const règlesOxlint: Readonly<Linter.Config> = {
name: "Oxlint",
...oxlint.configs["flat/recommended"][0],
};