Skip to content

Commit

Permalink
fix(config): import/no-cycle rule vitest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 9, 2024
1 parent 5ad415d commit b35cccd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/eslint/eslint.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ module.exports = {
plugins: ['vitest'],
rules: vitest.rules,
},
{
files: ['vitest.config.ts'],
rules: {
'import/no-cycle': 'off',
},
},
],
parserOptions: {
ecmaVersion: ECMA_VERSION,
Expand Down

0 comments on commit b35cccd

Please sign in to comment.