Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
sample/tooling: remove Prettier in favor of top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Mar 2, 2021
1 parent d839a7d commit f8e8517
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@
"start-server": "ts-node -T src/server.ts",
"build": "rm -rf dist && NODE_ENV=production tsc",
"ci": "npm run verify",
"format": "prettier --write '{src,typings}/**/*.{json,md,ts}' *.{json,md,ts}",
"format-verify": "prettier --check '{src,typings}/**/*.{json,md,ts}' *.{json,md,ts}",
"lint": "tslint --project .",
"prepublishOnly": "npm run verify && npm run build",
"start-building": "rm -rf dist && NODE_ENV=production tsc --watch",
"typecheck": "tsc --noEmit",
"verify": "npm run typecheck && npm run format-verify && npm run lint"
"verify": "npm run typecheck && npm run lint"
},
"devDependencies": {
"gts": "^1.0.0",
"prettier": "^1.18.2",
"typescript": "~3.4.0"
},
"dependencies": {
Expand Down

0 comments on commit f8e8517

Please sign in to comment.