File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 112
112
"code-lint" : " eslint setup lib bin hot buildin \" test/*.js\" \" test/**/webpack.config.js\" \" examples/**/webpack.config.js\" \" schemas/**/*.js\" " ,
113
113
"type-lint" : " tsc --pretty" ,
114
114
"fix" : " yarn code-lint --fix" ,
115
+ "pretty" : " prettier --write \" setup/**/*.js\" \" lib/**/*.js\" \" bin/*.js\" \" hot/*.js\" \" buildin/*.js\" \" test/*.js\" \" test/**/webpack.config.js\" \" examples/**/webpack.config.js\" \" schemas/**/*.js\" \" declarations.d.ts\" " ,
115
116
"schema-lint" : " node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \" <rootDir>/test/*.lint.js\" --no-verbose" ,
116
117
"benchmark" : " node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \" <rootDir>/test/*.benchmark.js\" --runInBand" ,
117
118
"cover" : " yarn cover:init && yarn cover:all && yarn cover:report" ,
You can’t perform that action at this time.
0 commit comments