Remove linting script
Signed-off-by: Ethan Lane <ethan@vylpes.com>
This commit is contained in:
parent
a1b0f97419
commit
d597f5fb03
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue