Skip to content

Commit

Permalink
fix: eslint exclude imported didroom components
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Nov 27, 2024
1 parent 0e1e233 commit 184d1f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default [{
"**/pnpm-lock.yaml",
"**/package-lock.json",
"**/yarn.lock",
"**/static/components/**"
],
}, ...compat.extends(), {
plugins: {
Expand Down

0 comments on commit 184d1f0

Please sign in to comment.