Skip to content

Commit

Permalink
fix linting, was destroyed on rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
peggimann committed Dec 30, 2024
1 parent aed1568 commit 3412a9b
Show file tree
Hide file tree
Showing 3 changed files with 5,774 additions and 1,548 deletions.
6 changes: 1 addition & 5 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ export default tsEslint.config(
...tsEslint.configs.stylistic,
...angular.configs.tsRecommended,
],
languageOptions: {
parserOptions: {
project: ['./tsconfig.json', './tsconfig.spec.json'],
},
},
processor: angular.processInlineTemplates,
languageOptions: {
parserOptions: {
Expand Down Expand Up @@ -151,6 +146,7 @@ export default tsEslint.config(
style: 'kebab-case',
},
],
'@angular-eslint/prefer-standalone': 'off',
'@typescript-eslint/naming-convention': [
'error',
{
Expand Down
Loading

0 comments on commit 3412a9b

Please sign in to comment.