Update eslint to the latest version 🚀 (#581)

* chore(package): update eslint to version 5.0.0

* Fix eslint-plugin-markdown

* Add standard-markdown to use with tslint
This commit is contained in:
greenkeeper[bot] 2018-07-06 15:33:35 -04:00 committed by Tommy Byrd
parent b5806ba816
commit 13ca06d852
1 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"start": "node ./bin/probot run",
"lint": "tslint --project .",
"test": "tsc --noEmit -p . && jest --coverage && npm run lint && npm run doc-lint",
"doc-lint": "standard docs/**/*.md",
"doc-lint": "standard-markdown docs/",
"doc": "typedoc --options .typedoc.json",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"postsemantic-release": "script/publish-docs",
@ -107,14 +107,15 @@
"@types/supertest": "^2.0.4",
"@types/uuid": "^3.4.3",
"connect-sse": "^1.2.0",
"eslint": "^4.18.2",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint": "^5.0.1",
"eslint-plugin-markdown": "^1.0.0-beta.8",
"jest": "^22.0.3",
"minami": "^1.1.1",
"nock": "^9.2.0",
"semantic-release": "^15.0.0",
"smee-client": "^1.0.1",
"standard": "^11.0.0",
"standard-markdown": "^4.0.2",
"supertest": "^3.0.0",
"ts-jest": "^21.2.4",
"tslint": "^5.9.1",