mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
chore: Run format script (#9531)
* chore: run Prettier * ci: ensure this is checked * chore: requested changes * style: more changes
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"scripts": {
|
||||
"test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript",
|
||||
"test:typescript": "tsc --noEmit && tsd",
|
||||
"lint": "eslint src",
|
||||
"lint:fix": "eslint src --fix",
|
||||
"lint": "prettier --check src/**/*.js typings/**/*.ts && eslint src",
|
||||
"lint:fix": "npm run format && eslint src --fix",
|
||||
"lint:typings": "tslint typings/index.d.ts",
|
||||
"format": "prettier --write src/**/*.js typings/**/*.ts",
|
||||
"prepare": "is-ci || husky install",
|
||||
|
||||
Reference in New Issue
Block a user