fonc: met en place oxlint uniquement pour ses règles exclusives
This commit is contained in:
parent
5b35de89e7
commit
effd10eb1b
4 changed files with 23 additions and 1 deletions
8
règles/oxlint.ts
Normal file
8
règles/oxlint.ts
Normal 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],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue