Skip to content

Commit 42b2376

Browse files
committed
Fix package.json sort
1 parent 12f1dc0 commit 42b2376

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"lib"
3838
],
3939
"scripts": {
40+
"format": "prettier . --write",
4041
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel \"lint:!(fix)\"",
4142
"lint:docs": "markdownlint \"**/*.md\"",
4243
"lint:docs:fix": "pnpm lint:docs --fix",
4344
"lint:eslint-docs": "pnpm update:eslint-docs --check",
4445
"lint:eslint-docs:fix": "npm-run-all \"update:eslint-docs\"",
4546
"lint:fix": "npm-run-all \"lint:*:fix\" && pnpm format",
4647
"lint:js": "eslint \"./{lib,docs,tests}/**/*\"",
47-
"lint:prettier": "prettier . --check",
4848
"lint:js:fix": "pnpm lint:js --fix",
4949
"lint:package-json": "npmPkgJsonLint .",
5050
"lint:package-json-sorting": "sort-package-json --check",
5151
"lint:package-json-sorting:fix": "sort-package-json package.json",
52+
"lint:prettier": "prettier . --check",
5253
"lint:remote": "eslint-remote-tester",
53-
"format": "prettier . --write",
5454
"start": "pnpm test:watch",
5555
"test": "vitest run",
5656
"test:coverage": "vitest --coverage",

0 commit comments

Comments
 (0)