update eslint-plugin

This commit is contained in:
Athou
2024-04-02 21:51:57 +02:00
parent 812da21b6f
commit 39bc9713e4
3 changed files with 75 additions and 74 deletions

View File

@@ -42,6 +42,7 @@ module.exports = {
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/prefer-nullish-coalescing": ["error", { ignoreConditionalTests: true }],
"@typescript-eslint/restrict-template-expressions": ["error", { allowNumber: true }],
"@typescript-eslint/strict-boolean-expressions": "off",
"react/no-unescaped-entities": "off",
"react/react-in-jsx-scope": "off",