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 d6e7c18
Show file tree
Hide file tree
Showing 4 changed files with 5,775 additions and 1,549 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 d6e7c18

Please sign in to comment.