Skip to content

Commit

Permalink
use customize stylistic config
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 committed Dec 19, 2024
1 parent 9c31f09 commit 7858c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default tsEslint.config(

// processor: angular.processInlineTemplates,
rules: {
...stylistic.configs['all-flat'].rules,
...stylistic.configs['customize'].rules,
'unused-imports/no-unused-imports': 'error',

// ToDo: Disable rules so eslint passes, fix in followup ticket
Expand Down

0 comments on commit 7858c8e

Please sign in to comment.