0.0.11
This commit is contained in:
parent
d14e999d04
commit
67c28b309d
27 changed files with 1237 additions and 997 deletions
9
rules/tri.ts
Normal file
9
rules/tri.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import type { Linter } from "eslint";
|
||||
|
||||
import perfectionist from "eslint-plugin-perfectionist";
|
||||
|
||||
export const sortRules: 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