Skip to content

Commit

Permalink
build(utils): Update import/no-cycle depth
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Feb 29, 2020
1 parent 3b26542 commit 4742b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/utils/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = {
plugins: ['jest'],
rules: {
'import/prefer-default-export': 0,
'import/no-cycle': [2, { maxDepth: 1 }],
},
};

0 comments on commit 4742b78

Please sign in to comment.