fix(eslint): apply 'curly' rule

- manually put to newlines

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Maksim Sukharev
2025-05-23 12:31:15 +02:00
parent 1b3757bfac
commit dcfe2facab
5 changed files with 12 additions and 5 deletions

View File

@ -23,7 +23,6 @@ export default [
'@typescript-eslint/no-unused-expressions': 'off', // non-fixable
'@typescript-eslint/no-unused-vars': 'off', // non-fixable
'@typescript-eslint/no-use-before-define': 'off', // non-fixable
curly: 'off', // adds brackets
eqeqeq: 'off', // non-fixable
'jsdoc/check-param-names': 'off', // need to respect JS
'jsdoc/check-tag-names': 'off', // need to respect JS