Skip to content

Commit afa1f84

Browse files
committed
Have eslint ignore ‘kolibri_module’
1 parent 6b864cf commit afa1f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ rules:
2323
vue/html-quotes: [2, 'double']
2424
vue/order-in-components: 2
2525
# ignores the 'kolibri.*' imports
26-
import/no-unresolved: [2, { ignore: ['kolibri\.'] }]
26+
import/no-unresolved: [2, { ignore: ['kolibri[_.]'] }]

0 commit comments

Comments
 (0)