fix: import/no-cycle eslint issue (#875)

VAN-1388

Co-authored-by: Syed Sajjad  Hussain Shah <syed.sajjad@H7FKF7K6XD.local>
This commit is contained in:
Syed Sajjad Hussain Shah
2023-04-20 12:33:40 +05:00
committed by GitHub
parent dfa69c27bb
commit 22d477e55f
5 changed files with 11 additions and 12 deletions

View File

@@ -48,6 +48,5 @@ module.exports = createConfig('eslint', {
},
],
'function-paren-newline': 'off',
'import/no-cycle': 'off',
},
});