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": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"start": "node ./dist/vylbot",
|
"start": "node ./dist/vylbot",
|
||||||
"test": "jest",
|
"test": "jest"
|
||||||
"lint": "tslint -c tslint.json 'src/**/*.ts' 'tests/**/.ts'"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue