refactor(editor): Enable @typescript-eslint/no-base-to-string lint rule, fix errors (no-changelog) (#9783)

This commit is contained in:
Elias Meire
2024-06-18 15:04:29 +02:00
committed by GitHub
parent e3cbce5028
commit 7e44cd7f16
6 changed files with 17 additions and 8 deletions

View File

@@ -39,7 +39,6 @@ module.exports = {
'@typescript-eslint/restrict-plus-operands': 'warn',
'@typescript-eslint/ban-ts-comment': ['warn', { 'ts-ignore': true }],
'@typescript-eslint/no-redundant-type-constituents': 'warn',
'@typescript-eslint/no-base-to-string': 'warn',
'@typescript-eslint/no-unsafe-enum-comparison': 'warn',
},
};