Skip to content

Commit 0992531

Browse files
committed
style: ignore "import/no-cycle" eslint rule
1 parent fdb2845 commit 0992531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"root": true,
33
"extends": ["smooth", "smooth/project", "smooth/react"],
44
"rules": {
5+
"import/no-cycle": "off",
56
"no-underscore-dangle": [
67
"error",
78
{

0 commit comments

Comments
 (0)