typings: fix lint script and linter errors

This commit is contained in:
SpaceEEC
2018-10-04 19:29:12 +02:00
parent b92f8d9c06
commit fcf4745a43
4 changed files with 43 additions and 43 deletions

View File

@@ -10,7 +10,7 @@
"docs:test": "docgen --source src --custom docs/index.yml",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"lint:typings": "tslint index.d.ts discord.js-test.ts",
"lint:typings": "tslint typings/index.d.ts typings/discord.js-test.ts",
"webpack": "parallel-webpack"
},
"repository": {