mirror of
https://github.com/nextcloud/spreed.git
synced 2025-08-16 15:27:59 +00:00
fix(eslint): apply '@stylistic/implicit-arrow-linebreak' rule
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
@ -16,7 +16,6 @@ export default [
|
||||
rules: {
|
||||
'@nextcloud-l10n/non-breaking-space': 'off', // changes translation strings
|
||||
'@stylistic/array-bracket-newline': 'off', // changes array formatting
|
||||
'@stylistic/implicit-arrow-linebreak': 'off', // weird formatting
|
||||
'@stylistic/max-statements-per-line': 'off', // non-fixable
|
||||
'@typescript-eslint/no-unused-expressions': 'off', // non-fixable
|
||||
'@typescript-eslint/no-unused-vars': 'off', // non-fixable
|
||||
|
Reference in New Issue
Block a user