Skip to content

Commit

Permalink
try perf import/no-cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 15, 2020
1 parent 7cea772 commit f34e233
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ module.exports = {
'@typescript-eslint/no-implied-eval': 'off', // TODO performance consideration
'@typescript-eslint/no-throw-literal': 'off', // TODO performance consideration
'import/named': 'off', // Not sure why it doesn't work
'import/no-cycle': 'off', // TODO performance consideration
'import/no-extraneous-dependencies': 'off', // Missing yarn workspace support
'jsx-a11y/label-has-associated-control': 'off', // doesn't work?
'jsx-a11y/no-autofocus': 'off', // We are a library, we need to support it too
Expand Down

0 comments on commit f34e233

Please sign in to comment.