Skip to content

Commit

Permalink
fix(eslint): Adds eslint-ignore-patterns to eslint config (calcom#16701)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-brydon authored Sep 18, 2024
1 parent 021e5f3 commit 1058c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/config/eslint-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
rootDir: ["apps/*/", "packages/*/"],
},
},
ignorePatterns: ["**/node_modules/**", "**/dist/**", "**/build/**", "**/coverage/**", "**/.turbo/**"],
rules: {
"@next/next/no-img-element": "off",
"@next/next/no-html-link-for-pages": "off",
Expand Down

0 comments on commit 1058c0e

Please sign in to comment.