|
37 | 37 | "lib" |
38 | 38 | ], |
39 | 39 | "scripts": { |
| 40 | + "format": "prettier . --write", |
40 | 41 | "lint": "npm-run-all --continue-on-error --aggregate-output --parallel \"lint:!(fix)\"", |
41 | 42 | "lint:docs": "markdownlint \"**/*.md\"", |
42 | 43 | "lint:docs:fix": "pnpm lint:docs --fix", |
43 | 44 | "lint:eslint-docs": "pnpm update:eslint-docs --check", |
44 | 45 | "lint:eslint-docs:fix": "npm-run-all \"update:eslint-docs\"", |
45 | 46 | "lint:fix": "npm-run-all \"lint:*:fix\" && pnpm format", |
46 | 47 | "lint:js": "eslint \"./{lib,docs,tests}/**/*\"", |
47 | | - "lint:prettier": "prettier . --check", |
48 | 48 | "lint:js:fix": "pnpm lint:js --fix", |
49 | 49 | "lint:package-json": "npmPkgJsonLint .", |
50 | 50 | "lint:package-json-sorting": "sort-package-json --check", |
51 | 51 | "lint:package-json-sorting:fix": "sort-package-json package.json", |
| 52 | + "lint:prettier": "prettier . --check", |
52 | 53 | "lint:remote": "eslint-remote-tester", |
53 | | - "format": "prettier . --write", |
54 | 54 | "start": "pnpm test:watch", |
55 | 55 | "test": "vitest run", |
56 | 56 | "test:coverage": "vitest --coverage", |
|
0 commit comments