diff --git a/config/lint/eslint.config.mjs b/config/lint/eslint.config.mjs index d1c8186..aab6e63 100644 --- a/config/lint/eslint.config.mjs +++ b/config/lint/eslint.config.mjs @@ -42,7 +42,7 @@ const style = { 'max': 3, 'maxEOF': 1 }], - '@stylistic/no-tab': 'error', + '@stylistic/no-tabs': 'error', '@stylistic/no-trailing-spaces': 'error', '@stylistic/no-whitespace-before-property': 'error', '@stylistic/object-curly-newline': ['error', { 'multiline': true, 'minProperties': 2 }],