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 b6fde0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11997,7 +11997,7 @@ [email protected]:
escape-string-regexp "^1.0.5"
ignore "^5.0.5"

[email protected]:
eslint-plugin-no-unsanitized@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-no-unsanitized/-/eslint-plugin-no-unsanitized-4.1.0.tgz#2c914e8ea8048c3afaac8f0c12384747aba6497a"
integrity sha512-9A8Yrbkkex8e56ivxJ2f5dXN2Js2BmKC8QgmeYZjadyiGUngo3KLXDlq6ZzalmCHyLwLF5MoQLPR6FWlNc+Qbw==
Expand Down

0 comments on commit b6fde0b

Please sign in to comment.