update eslint config

This commit is contained in:
ArjixWasTaken
2025-12-29 17:04:25 +02:00
parent 24e82e69d1
commit 1d6ab2a82b

View File

@ -72,7 +72,7 @@ export default tsEslint.config(
'prefer-promise-reject-errors': 'off',
'stylistic/quotes': ['error', 'single', {
avoidEscape: true,
allowTemplateLiterals: false,
allowTemplateLiterals: 'never',
}],
'stylistic/quote-props': ['error', 'consistent'],
'stylistic/semi': ['error', 'always'],