diff options
Diffstat (limited to 'resources/src/.eslintrc.json')
-rw-r--r-- | resources/src/.eslintrc.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/src/.eslintrc.json b/resources/src/.eslintrc.json index d7947909902c..65809919efb7 100644 --- a/resources/src/.eslintrc.json +++ b/resources/src/.eslintrc.json @@ -10,15 +10,14 @@ "module": "readonly" }, "rules": { - "es-x/no-promise-prototype-finally": "off", "max-len": "off", + "es-x/no-promise-prototype-finally": "off", "no-jquery/no-done-fail": "off", "no-jquery/no-global-selector": "off", "jsdoc/no-undefined-types": [ 1, { "definedTypes": [ "Hooks" ] - } ], - "unicorn/prefer-includes": "off" + } ] } } |