Commit c1ec624 1 parent 17fe2ab commit c1ec624 Copy full SHA for c1ec624
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 40
40
" textlint" ,
41
41
" write-good"
42
42
],
43
- "type" : " module" ,
44
43
"homepage" : " https://github.com/anolilab/javascript-style-guide#readme" ,
45
44
"bugs" : {
46
45
"url" : " https://github.com/anolilab/javascript-style-guide/issues"
51
50
},
52
51
"license" : " MIT" ,
53
52
"author" :
" Daniel Bannert <[email protected] >" ,
53
+ "type" : " module" ,
54
54
"workspaces" : [
55
55
" packages/*"
56
56
],
130
130
"engines" : {
131
131
"node" : " >=18.* <=23.*"
132
132
},
133
+ "pnpm" : {
134
+ "overrides" : {
135
+ "cross-spawn@>=7.0.0 <7.0.5" : " >=7.0.5" ,
136
+ "nanoid@<3.3.8" : " >=3.3.8"
137
+ }
138
+ },
133
139
"anolilab" : {
134
140
"lint-staged-config" : {
135
141
"eslint" : {
147
153
"info_on_disabling_jsonc_sort_keys_rule" : false ,
148
154
"info_on_disabling_etc_no_deprecated" : false
149
155
}
150
- },
151
- "pnpm" : {
152
- "overrides" : {
153
- "cross-spawn@>=7.0.0 <7.0.5" : " >=7.0.5" ,
154
- "nanoid@<3.3.8" : " >=3.3.8"
155
- }
156
156
}
157
157
}
Original file line number Diff line number Diff line change 3
3
"sourceRoot" : " packages/lint-staged-config/src" ,
4
4
"projectType" : " library" ,
5
5
"tags" : [" lint-staged-config" ],
6
- "implicitDependencies" : [" package-json-utils " ]
6
+ "implicitDependencies" : []
7
7
}
Original file line number Diff line number Diff line change 3
3
"sourceRoot" : " packages/prettier-config/src" ,
4
4
"projectType" : " library" ,
5
5
"tags" : [" prettier-config" ],
6
- "implicitDependencies" : [" package-json-utils " ]
6
+ "implicitDependencies" : []
7
7
}
You can’t perform that action at this time.
0 commit comments