File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const localConfigs = readdir(__dirname)
7
7
. map ( ( file ) => `./${ file } ` )
8
8
9
9
module . exports = {
10
+ root : true ,
10
11
extends : [
11
12
'@npmcli' ,
12
13
...localConfigs ,
Original file line number Diff line number Diff line change 41
41
git add .
42
42
git commit -am "chore: postinstall for dependabot template-oss PR"
43
43
git push
44
+ npm run lint
Original file line number Diff line number Diff line change 18
18
},
19
19
"devDependencies" : {
20
20
"@npmcli/eslint-config" : " ^3.0.1" ,
21
- "@npmcli/template-oss" : " 3.2.0 " ,
21
+ "@npmcli/template-oss" : " 3.2.2 " ,
22
22
"tap" : " ^16.0.0"
23
23
},
24
24
"license" : " ISC" ,
52
52
"author" : " GitHub Inc." ,
53
53
"templateOSS" : {
54
54
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
55
- "version" : " 3.2.0 " ,
55
+ "version" : " 3.2.2 " ,
56
56
"ciVersions" : [
57
57
" 10.0.0" ,
58
58
" 10.x" ,
You can’t perform that action at this time.
0 commit comments