Skip to content

Commit c81aa68

Browse files
committed
feat(config/eslint): group test alias imports
1 parent 3be5781 commit c81aa68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/eslintrc-strict.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
'newlines-between': 'always',
88
pathGroups: [
99
{pattern: 'src/**/*', group: 'parent', position: 'before'},
10+
{pattern: 'test/**/*', group: 'parent', position: 'before'},
1011
{pattern: 'assets/**/*', group: 'parent', position: 'before'},
1112
],
1213
pathGroupsExcludedImportTypes: ['builtin'],

0 commit comments

Comments
 (0)