0.0.5
This commit is contained in:
parent
18d605339f
commit
268cf80769
14 changed files with 126 additions and 48 deletions
11
règles/sonarjs.ts
Normal file
11
règles/sonarjs.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import type { Linter } from "eslint";
|
||||
|
||||
import sonarJs from "eslint-plugin-sonarjs";
|
||||
|
||||
export const règlesSonarJs: Readonly<Linter.Config> = {
|
||||
name: "SonarJS",
|
||||
plugins: sonarJs.configs.recommended.plugins ?? {},
|
||||
rules: {
|
||||
...sonarJs.configs.recommended.rules,
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue