fix: incorrect rule

This commit is contained in:
Guz013
2023-07-14 15:34:15 -03:00
parent 67b20e96d8
commit 940d78419c

View File

@@ -7,7 +7,7 @@ const config = {
rules: {
'@typescript-eslint/adjacent-overload-signatures': 'error',
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/class-literal-property': 'error',
'@typescript-eslint/class-literal-property-style': 'error',
'@typescript-eslint/consistent-generic-constructors': 'error',
'@typescript-eslint/consistent-indexed-object-style': 'error',
'@typescript-eslint/consistent-type-assertions': 'error',