We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be5781 commit c81aa68Copy full SHA for c81aa68
src/config/eslintrc-strict.js
@@ -7,6 +7,7 @@ module.exports = {
7
'newlines-between': 'always',
8
pathGroups: [
9
{pattern: 'src/**/*', group: 'parent', position: 'before'},
10
+ {pattern: 'test/**/*', group: 'parent', position: 'before'},
11
{pattern: 'assets/**/*', group: 'parent', position: 'before'},
12
],
13
pathGroupsExcludedImportTypes: ['builtin'],
0 commit comments