|
2881 | 2881 | "integration-test": "node ./out/extension-test/integration/runTests.js",
|
2882 | 2882 | "unit-test": "npx mocha --require ts-node/register 'src/extension-test/unit/**/*-test.ts'",
|
2883 | 2883 | "unit-test-watch": "npx mocha --watch --require ts-node/register --watch-extensions ts --watch-files src 'src/extension-test/unit/**/*-test.ts'",
|
2884 |
| - "prettier-format": "npx prettier --write './**/*.{ts,js,json}'", |
2885 |
| - "prettier-check": "npx prettier --check './**/*.{ts,js,json}'", |
2886 |
| - "prettier-check-watch": "onchange './**/*.{ts,js,json}' -- prettier --check {{changed}}", |
2887 |
| - "prettier-format-watch": "onchange './**/*.{ts,js,json}' -- prettier --write {{changed}}", |
| 2884 | + "prettier-format": "npx prettier --write \"./**/*.{ts,js,json}\"", |
| 2885 | + "prettier-check": "npx prettier --check \"./**/*.{ts,js,json}\"", |
| 2886 | + "prettier-check-watch": "onchange \"./**/*.{ts,js,json}\" -- prettier --check {{changed}}", |
| 2887 | + "prettier-format-watch": "onchange \"./**/*.{ts,js,json}\" -- prettier --write {{changed}}", |
2888 | 2888 | "preprettier-format-watch": "npm run prettier-format",
|
2889 | 2889 | "eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
|
2890 | 2890 | "eslint-watch": "npx esw . --ext .js,.jsx,.ts,.tsx --watch"
|
|
0 commit comments