This commit is contained in:
gcch 2026-03-12 18:42:12 +01:00
commit 3e409c2b95
27 changed files with 1235 additions and 997 deletions

View file

@ -1,9 +0,0 @@
import type { Linter } from "eslint";
import perfectionist from "eslint-plugin-perfectionist";
export const règlesTri: Readonly<Linter.Config> = {
name: "Tri",
plugins: perfectionist.configs["recommended-natural"].plugins ?? {},
rules: perfectionist.configs["recommended-natural"].rules ?? {},
};