Skip to content

Commit

Permalink
update frontend formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Dec 20, 2024
1 parent 9f23fa2 commit 3805119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ 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"],
'@stylistic/function-paren-newline': ['error', { minItems: 4 }],
" @stylistic/space-before-function-paren": ["error", "never"],

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

0 comments on commit 3805119

Please sign in to comment.