-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheslint.constraints.json
More file actions
54 lines (54 loc) · 1.34 KB
/
eslint.constraints.json
File metadata and controls
54 lines (54 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"sourceTag": "app:shared",
"onlyDependOnLibsWithTags": ["app:shared"]
},
{
"sourceTag": "scope:shared",
"onlyDependOnLibsWithTags": ["scope:*"]
},
{
"sourceTag": "type:app",
"onlyDependOnLibsWithTags": ["type:features", "type:ui", "type:utils", "type:data-access"]
},
{
"sourceTag": "type:utils",
"onlyDependOnLibsWithTags": ["type:utils"]
},
{
"sourceTag": "type:data-access",
"onlyDependOnLibsWithTags": ["type:data-access", "type:utils"]
},
{
"sourceTag": "type:features",
"onlyDependOnLibsWithTags": ["type:features", "type:data-access", "type:ui", "type:utils"]
},
{
"sourceTag": "type:ui",
"onlyDependOnLibsWithTags": ["type:ui", "type:utils"]
},
{
"sourceTag": "app:mobile",
"onlyDependOnLibsWithTags": ["app:mobile", "app:shared"]
},
{
"sourceTag": "scope:chat",
"onlyDependOnLibsWithTags": ["scope:chat", "scope:shared"]
},
{
"sourceTag": "scope:auth",
"onlyDependOnLibsWithTags": ["scope:auth", "scope:shared"]
},
{
"sourceTag": "scope:profile",
"onlyDependOnLibsWithTags": ["scope:profile", "scope:shared"]
},
{
"sourceTag": "scope:folders",
"onlyDependOnLibsWithTags": ["scope:folders", "scope:shared"]
},
{
"sourceTag": "scope:folder",
"onlyDependOnLibsWithTags": ["scope:folder", "scope:shared"]
}
]