We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b864cf commit afa1f84Copy full SHA for afa1f84
.eslintrc
@@ -23,4 +23,4 @@ rules:
23
vue/html-quotes: [2, 'double']
24
vue/order-in-components: 2
25
# ignores the 'kolibri.*' imports
26
- import/no-unresolved: [2, { ignore: ['kolibri\.'] }]
+ import/no-unresolved: [2, { ignore: ['kolibri[_.]'] }]
0 commit comments