File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 526526 "open-in-browser" : " vscode-test-web --extensionDevelopmentPath=. ." ,
527527 "lint" : " eslint . --ext .ts" ,
528528 "lint-fix" : " eslint . --ext .ts --fix" ,
529- "format" : " prettier --write ' **/*.ts' " ,
530- "format-check" : " prettier --check ' **/*.ts' " ,
531- "test" : " NODE_OPTIONS=\" --experimental-vm-modules\" jest" ,
529+ "format" : " prettier --write \" **/*.ts\" " ,
530+ "format-check" : " prettier --check \" **/*.ts\" " ,
531+ "test" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules\" jest" ,
532532 "test-watch" : " NODE_OPTIONS=\" --experimental-vm-modules\" jest --watch"
533533 },
534534 "devDependencies" : {
539539 "@typescript-eslint/eslint-plugin" : " ^5.40.0" ,
540540 "@typescript-eslint/parser" : " ^5.40.0" ,
541541 "@vscode/test-web" : " *" ,
542+ "cross-env" : " ^7.0.3" ,
542543 "eslint" : " ^8.25.0" ,
543544 "eslint-config-prettier" : " ^8.5.0" ,
544545 "eslint-plugin-prettier" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments