Skip to content

Commit

Permalink
lint: no-cycle error
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotdauber committed Jan 3, 2025
1 parent fdd86fa commit f37afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const base = <T extends string>(
'import-x/no-named-as-default': 'error',
'import-x/no-unused-modules': 'error',
'import-x/no-deprecated': 'error',
'import-x/no-cycle': 'warn',
'import-x/no-cycle': 'error',
'import-x/order': [
'error',
{
Expand Down

0 comments on commit f37afa2

Please sign in to comment.