mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-02 21:28:59 +02:00
17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
{
|
|
"root": true,
|
|
"parser": "@typescript-eslint/parser",
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"plugin:i18next/recommended"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/ban-ts-comment": "off",
|
|
"@typescript-eslint/no-array-constructor": "off",
|
|
"prefer-const": "off",
|
|
"no-debugger": "warn",
|
|
"i18next/no-literal-string": "warn"
|
|
}
|
|
}
|