Skip to content

Commit

Permalink
add 'import/no-cycle': 'error'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed May 13, 2023
1 parent cb87fd7 commit 8698f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'import/default': 'error',
'import/export': 'error',
'import/named': 'error',
'import/no-cycle': 'error',
'import/no-duplicates': 'error',
'import/no-named-as-default': 'error',
'import/no-unresolved': 'error',
Expand Down

0 comments on commit 8698f6c

Please sign in to comment.