Skip to content

Commit

Permalink
fix(linter): fix linter plugin configuration
Browse files Browse the repository at this point in the history
- [x] fix eslint plugin configuration;
  • Loading branch information
rfprod committed Sep 14, 2024
1 parent ba735a2 commit 73e5919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:eslint-comments/recommended',
'plugin:no-unsanitized/DOM',
'plugin:no-unsanitized/recommended-legacy',
],
plugins: [
'prettier',
Expand Down

0 comments on commit 73e5919

Please sign in to comment.