Skip to content

Commit

Permalink
update formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Dec 20, 2024
1 parent 3805119 commit cf1c386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export default tsEslint.config(
'@stylistic/object-curly-spacing': ['error', 'always'],
'@stylistic/array-bracket-newline': ['error', { minItems: 4 }],
'@stylistic/semi-style': ['error'],
"space-before-function-paren": ["error", "always"],
"space-before-function-paren": ["error", "never"],
'@stylistic/function-paren-newline': ['error', { minItems: 4 }],
" @stylistic/space-before-function-paren": ["error", "never"],
"@stylistic/space-before-function-paren": ["error", "never"],

'@angular-eslint/directive-selector': [
'error',
Expand Down

0 comments on commit cf1c386

Please sign in to comment.