Skip to content

Commit 059fcde

Browse files
committed
build: allow tooling to depend on all scopes
1 parent f493911 commit 059fcde

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

eslint.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ export default tseslint.config(
4545
},
4646
{
4747
sourceTag: 'scope:tooling',
48-
onlyDependOnLibsWithTags: ['scope:tooling', 'scope:shared'],
48+
onlyDependOnLibsWithTags: [
49+
'scope:tooling',
50+
'scope:core',
51+
'scope:plugin',
52+
'scope:shared',
53+
],
4954
},
5055
{
5156
sourceTag: 'type:e2e',

0 commit comments

Comments
 (0)