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

@@ -0,0 +1,2 @@
# Autogenerated
CHANGELOG.md

View File

@@ -8,7 +8,7 @@
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"lint:typings": "tslint ./typings/index.d.ts",
"format": "prettier --write **/*.{ts,js,json,yml,yaml}",
"format": "prettier --write .",
"docs": "docgen --source ./src --custom ./docs/index.yml --output ./docs/docs.json",
"docs:test": "docgen --source ./src --custom ./docs/index.yml",
"prepublishOnly": "yarn lint && yarn test",