提交 ce0d7058 编写于 作者: J Johannes Rieken

add package.json script

上级 556475c7
......@@ -4,8 +4,7 @@
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"project": "./src/tsconfig.json"
"sourceType": "module"
},
"plugins": [
"code-oss-eslint"
......
......@@ -27,7 +27,8 @@
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
"strict-function-types-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictFunctionTypes",
"update-distro": "node build/npm/update-distro.js",
"web": "node scripts/code-web.js"
"web": "node scripts/code-web.js",
"eslint": "eslint -c .eslintrc.json ./src/vs/ --ext .ts"
},
"dependencies": {
"applicationinsights": "1.0.8",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册