Skip to content

Commit

Permalink
hotfix: add linting exception for website (#14645)
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Apr 17, 2024
1 parent 51927f8 commit fd58f66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/config/eslint-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ module.exports = {
"no-undef": "off",
},
},
{
files: ["apps/website/**/*.{tsx,ts}"],
rules: {
/** TODO: Remove once website router is migrated */
"@calcom/eslint/deprecated-imports-next-router": "off",
},
},
],
},
{
Expand Down

0 comments on commit fd58f66

Please sign in to comment.