HELP
This commit is contained in:
parent
c6664a7597
commit
e05e9553f5
1250 changed files with 23379 additions and 147730 deletions
11
eslint.config.ts
Executable file
11
eslint.config.ts
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
import { configTypescriptNavigateur } from "@gcch/configuration-eslint";
|
||||
import { defineConfig } from "eslint/config";
|
||||
|
||||
export default defineConfig([...configTypescriptNavigateur], {
|
||||
rules: {
|
||||
"@typescript-eslint/no-empty-object-type": "off",
|
||||
"perfectionist/sort-modules": "off",
|
||||
"unicorn/no-array-method-this-argument": "off",
|
||||
"unicorn/no-useless-undefined": "off",
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue