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.
@nbw/**
1 parent ba1b7b1 commit fb4ef98Copy full SHA for fb4ef98
eslint.config.js
@@ -86,7 +86,10 @@ export default defineConfig(
86
'object',
87
'unknown',
88
],
89
- pathGroups: [{ pattern: '@/**', group: 'internal' }],
+ pathGroups: [
90
+ { pattern: '@/**', group: 'internal' },
91
+ { pattern: '@nbw/**', group: 'internal' },
92
+ ],
93
pathGroupsExcludedImportTypes: ['builtin'],
94
'newlines-between': 'always',
95
alphabetize: { order: 'asc', caseInsensitive: true },
0 commit comments