0.0.5
This commit is contained in:
parent
18d605339f
commit
268cf80769
14 changed files with 126 additions and 48 deletions
|
|
@ -3,6 +3,7 @@ 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 ?? {},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue