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 unused linting tools
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Mar 2, 2021
1 parent f8e8517 commit 9170ef4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
"start-server": "ts-node -T src/server.ts",
"build": "rm -rf dist && NODE_ENV=production tsc",
"ci": "npm run verify",
"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 lint"
"verify": "npm run typecheck"
},
"devDependencies": {
"gts": "^1.0.0",
Expand Down

0 comments on commit 9170ef4

Please sign in to comment.