0.0.4
This commit is contained in:
parent
cd16119416
commit
18d605339f
12 changed files with 434 additions and 149 deletions
8
règles/tri.ts
Normal file
8
règles/tri.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import type { Linter } from "eslint";
|
||||
|
||||
import perfectionist from "eslint-plugin-perfectionist";
|
||||
|
||||
export const règlesTri: Readonly<Linter.Config> = {
|
||||
plugins: perfectionist.configs["recommended-natural"].plugins ?? {},
|
||||
rules: perfectionist.configs["recommended-natural"].rules ?? {},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue