Skip to content

Commit

Permalink
fix(eslint): supply custom path to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Sep 13, 2024
1 parent 97eeda0 commit 414f133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/site/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export default tseslint.config(
rules: {
'no-irregular-whitespace': 'off',
'@next/next/no-img-element': 'off',
'@next/next/no-html-link-for-pages': ['error', 'apps/site/pages/'],

// https://github.com/typescript-eslint/typescript-eslint/issues/9860
'@typescript-eslint/consistent-type-imports': 'off',
Expand Down

0 comments on commit 414f133

Please sign in to comment.