mirror of
https://github.com/nextcloud/spreed.git
synced 2025-07-22 12:01:02 +00:00
fix(eslint): apply 'curly' rule
- manually put to newlines Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user