Skip to content

Commit

Permalink
Enable import/no-cycle rule (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 11, 2023
1 parent acf65dc commit ef40fa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ const config = {
"unicorn/no-nested-ternary": "off", // Sometimes it conflicts with Prettier
"unicorn/prefer-set-has": "off", // Not always worth the extra code
"unicorn/prefer-top-level-await": "off", // No advantage in browsers
"import/no-cycle": "off", // Unreasonably slow (90 sec lint -> 5 minutes) https://github.com/pixiebrix/pixiebrix-extension/issues/1080
"import/no-extraneous-dependencies": "off", // Not worth it
"@typescript-eslint/triple-slash-reference": "off", // No alternative sometimes
"@typescript-eslint/consistent-type-definitions": "off", // `type` cannot be used to extend globals
Expand Down

0 comments on commit ef40fa1

Please sign in to comment.