chore: format all supported Prettier files (#7233)

This commit is contained in:
Jonah Snider
2022-01-09 12:42:04 -08:00
committed by GitHub
parent 4770c814b2
commit a0a4a2258a
12 changed files with 17 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
"test": " jest --pass-with-no-tests --collect-coverage",
"lint": "eslint src __tests__ --ext mjs,js,ts",
"lint:fix": "eslint src __tests__ --ext mjs,js,ts --fix",
"format": "prettier --write **/*.{ts,js,json,yml,yaml}",
"format": "prettier --write .",
"prepublishOnly": "yarn build && yarn lint && yarn test",
"changelog": "git cliff --prepend ./CHANGELOG.md -l -c ../../cliff.toml -r ../../ --include-path './*'"
},