Skip to content

Commit 9794a4f

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(cli): fix typo
1 parent 6a2046f commit 9794a4f

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': 'оff',
25+
'eslint-plugin-import/no-internal-modules': 'off',
2626
'eslint-plugin-import/order': [
2727
'off',
2828
{

0 commit comments

Comments
 (0)