remove overrides (#22575)

This commit is contained in:
Asuka Minato
2025-07-17 22:47:48 +09:00
committed by GitHub
parent a4ef900916
commit 2423f97c72
8 changed files with 2513 additions and 3405 deletions

View File

@@ -38,7 +38,6 @@ export default combine(
'style/brace-style': ['error', 'stroustrup', { allowSingleLine: true }],
'style/dot-location': ['error', 'property'],
'style/object-curly-newline': ['error', { consistent: true, multiline: true }],
'style/object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }],
'style/template-curly-spacing': ['error', 'never'],
'style/keyword-spacing': 'off',