Skip to content

Commit

Permalink
move eslint dependendencies to devDependencies and update comment in …
Browse files Browse the repository at this point in the history
…eslint-config
  • Loading branch information
nevio18324 committed Dec 23, 2024
1 parent 241ad65 commit 2ae9186
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default tsEslint.config(
'@stylistic/semi-style': ['error'],
'@stylistic/function-paren-newline': ['error', { minItems: 4 }],
'@stylistic/space-before-function-paren': ['error', 'never'],
// This rule makes no sense
// Disabled because it's an unnecessary rule in our case
'@stylistic/lines-around-comment': 'off',
//Angular eslint rules
'@angular-eslint/no-empty-lifecycle-method': 'error',
Expand Down
Loading

0 comments on commit 2ae9186

Please sign in to comment.