Skip to content

Commit

Permalink
fix: fix eslint-config-prettier usage
Browse files Browse the repository at this point in the history
  • Loading branch information
artaommahe committed Sep 1, 2024
1 parent a297056 commit 4f7f770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = tseslint.config(
...tseslint.configs.recommended,
...tseslint.configs.stylistic,
...angular.configs.tsRecommended,
eslintConfigPrettier,
],
processor: angular.processInlineTemplates,
rules: {
Expand Down Expand Up @@ -51,4 +50,5 @@ module.exports = tseslint.config(
extends: [...angular.configs.templateRecommended, ...angular.configs.templateAccessibility],
rules: {},
},
eslintConfigPrettier,
);

0 comments on commit 4f7f770

Please sign in to comment.