File tree Expand file tree Collapse file tree 8 files changed +15
-23
lines changed
Expand file tree Collapse file tree 8 files changed +15
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010 node-version :
1111 - 18.x
1212 - 20.x
13- - 21 .x
13+ - 22 .x
1414 steps :
1515 - uses : actions/checkout@v4
1616 - uses : oven-sh/setup-bun@v1
Original file line number Diff line number Diff line change 44
55
66yarn-error.log
7+ * .config. *
Original file line number Diff line number Diff line change 55 " **/*.spec.js" ,
66 " **/fixture" ,
77 " test" ,
8- " .*.{js,mjs}"
8+ " .*.{js,mjs}" ,
9+ " **/*.config.*"
910 ],
1011 "branches" : 100 ,
1112 "lines" : 100 ,
Original file line number Diff line number Diff line change 1+ 'use strict' ;
2+
3+ const { safeAlign} = require ( 'eslint-plugin-putout/config' ) ;
4+
5+ module . exports = safeAlign ;
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- const { rename, mkdir} = require ( 'fs/promises' ) ;
4- const path = require ( 'path' ) ;
3+ const { rename, mkdir} = require ( 'node: fs/promises' ) ;
4+ const path = require ( 'node: path' ) ;
55
6- const { once} = require ( 'events' ) ;
6+ const { once} = require ( 'node: events' ) ;
77
88const size = require ( 'trammel' ) ;
99const check = require ( 'checkup' ) ;
Original file line number Diff line number Diff line change 3939 "checkup" : " ^1.3.0" ,
4040 "copymitter" : " ^9.0.0" ,
4141 "minimist" : " ^1.2.0" ,
42- "readify" : " ^10.0.0" ,
4342 "remy" : " ^7.0.0" ,
4443 "trammel" : " ^6.0.2" ,
4544 "try-to-catch" : " ^3.0.0" ,
5453 "@iocmd/wait" : " ^2.1.0" ,
5554 "c8" : " ^10.1.2" ,
5655 "eslint" : " ^9.9.0" ,
57- "eslint-plugin-n" : " ^16.6.2" ,
5856 "eslint-plugin-putout" : " ^22.5.0" ,
5957 "madrun" : " ^10.0.1" ,
6058 "mock-require" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- const { EventEmitter} = require ( 'events' ) ;
4- const path = require ( 'path' ) ;
5- const { mkdirSync} = require ( 'fs' ) ;
3+ const { EventEmitter} = require ( 'node: events' ) ;
4+ const path = require ( 'node: path' ) ;
5+ const { mkdirSync} = require ( 'node: fs' ) ;
66
77const wait = require ( '@iocmd/wait' ) ;
88const { test, stub} = require ( 'supertape' ) ;
You can’t perform that action at this time.
0 commit comments