Add linting for extensions

This commit is contained in:
Christof Marti
2017-06-23 23:20:31 -07:00
committed by kieferrm
parent 0effef14e1
commit 997bcf9001
5 changed files with 384 additions and 16 deletions

View File

@@ -11,6 +11,7 @@
],
"activationEvents": [
"onLanguage:json",
"onLanguage:markdown",
"onLanguage:typescript"
],
"main": "./out/extension",
@@ -20,6 +21,8 @@
},
"dependencies": {
"jsonc-parser": "^0.3.1",
"markdown-it": "^8.3.1",
"parse5": "^3.0.2",
"vscode-nls": "^2.0.1"
},
"contributes": {
@@ -43,6 +46,7 @@
]
},
"devDependencies": {
"@types/markdown-it": "0.0.2",
"@types/node": "^7.0.4"
}
}
}