Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Jun 22, 2024
1 parent 32a83e1 commit a9aa597
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/core/eslint-config/next.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ module.exports = {
},
],
'no-unused-vars': ['warn', { varsIgnorePattern: '^_', argsIgnorePattern: '^_' }],
'import/no-cycle': [
'warn',
{
maxDepth: 1,
ignoreExternal: true,
},
],
'@typescript-eslint/consistent-type-imports': 'warn',
},
overrides: [{ files: ['*.js?(x)', '*.ts?(x)'] }],
Expand Down

0 comments on commit a9aa597

Please sign in to comment.