Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Dec 20, 2024
1 parent 8d67841 commit 1233916
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", "never"],
'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 1233916

Please sign in to comment.