Skip to content

Commit 1e9e110

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(cli): revert change in configuration
1 parent 9794a4f commit 1e9e110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default [
2222
rules: {
2323
'complexity': 'off',
2424
'eslint-plugin-import/no-extraneous-dependencies': 'warn',
25-
'eslint-plugin-import/no-internal-modules': 'off',
25+
'eslint-plugin-import/no-internal-modules': 'warn',
2626
'eslint-plugin-import/order': [
2727
'off',
2828
{

0 commit comments

Comments
 (0)