We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f493911 commit 059fcdeCopy full SHA for 059fcde
eslint.config.js
@@ -45,7 +45,12 @@ export default tseslint.config(
45
},
46
{
47
sourceTag: 'scope:tooling',
48
- onlyDependOnLibsWithTags: ['scope:tooling', 'scope:shared'],
+ onlyDependOnLibsWithTags: [
49
+ 'scope:tooling',
50
+ 'scope:core',
51
+ 'scope:plugin',
52
+ 'scope:shared',
53
+ ],
54
55
56
sourceTag: 'type:e2e',
0 commit comments