Skip to content

Commit

Permalink
Update eslint.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 11, 2024
1 parent aec4ce1 commit 1c21489
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ export default tsEslint.config(
},
],
'n/no-missing-require': 'warn',
'n/no-extraneous-require': [
'error',
{
allowModules: ['@site/static'],
// convertPath: { '@site/static/**': ['@site/static', './static'] },
},
],
},
},
{
Expand Down

0 comments on commit 1c21489

Please sign in to comment.