Skip to content

Commit

Permalink
Enable import/no-cycle as a preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Jul 27, 2024
1 parent 6dbbcef commit fd7dbda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ module.exports = {
'@typescript-eslint/no-unnecessary-template-expression': 'warn',
'import/consistent-type-specifier-style': ['warn', 'prefer-top-level'],
'import/exports-last': 'warn',
'import/no-cycle': 'warn',
},
},
{
Expand Down

0 comments on commit fd7dbda

Please sign in to comment.