Remove linting script

Signed-off-by: Ethan Lane <ethan@vylpes.com>
This commit is contained in:
Ethan Lane 2022-01-30 17:02:19 +00:00
parent a1b0f97419
commit d597f5fb03
Signed by: Vylpes
GPG key ID: EED233CC06D12504

View file

@ -7,8 +7,7 @@
"scripts": {
"build": "tsc",
"start": "node ./dist/vylbot",
"test": "jest",
"lint": "tslint -c tslint.json 'src/**/*.ts' 'tests/**/.ts'"
"test": "jest"
},
"repository": {
"type": "git",