mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
chore: format all supported Prettier files (#7233)
This commit is contained in:
2
packages/discord.js/.prettierignore
Normal file
2
packages/discord.js/.prettierignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# Autogenerated
|
||||
CHANGELOG.md
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user