Skip to content

Commit

Permalink
clean up eslint config and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Dec 19, 2024
1 parent 40b83c3 commit 98d9b18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import unusedImports from 'eslint-plugin-unused-imports'
import stylistic from '@stylistic/eslint-plugin'
import html from '@html-eslint/eslint-plugin'
import angular from 'angular-eslint'
import angularTemplateParser from '@angular-eslint/template-parser'
import htmlParser from '@html-eslint/parser'

export default tsEslint.config(
Expand Down Expand Up @@ -89,11 +88,6 @@ export default tsEslint.config(
files: ['**/*.html'],
// recommended configuration included in the plugin
...html.configs['flat/recommended'],
//extends: [...angular.configs.templateRecommended, ...angular.configs.templateAccessibility],
//processor: angular.processInlineTemplates,
//languageOptions: {
//parser: angularTemplateParser,
//},
languageOptions: {
parser: htmlParser,
},
Expand Down
2 changes: 0 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
"jest-preset-angular": "^14.2.4",
"ngx-translate-testing": "^7.0.0",
"prettier": "^3.4.2",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "^5.5.4",
"typescript-eslint": "8.18.0",
"uuid": "^11.0.0"
Expand Down

0 comments on commit 98d9b18

Please sign in to comment.