mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix linting of example
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
"compile": "npm run compile:extension && npm run compile:client",
|
||||
"compile:extension": "tsc -b",
|
||||
"compile:client": "webpack --mode production",
|
||||
"lint": "eslint src --ext ts",
|
||||
"lint": "eslint src --ext .ts,.tsx",
|
||||
"watch": "concurrently -r \"npm:watch:*\"",
|
||||
"watch:extension": "tsc -b --watch",
|
||||
"watch:client": "webpack --mode development --watch",
|
||||
|
||||
Reference in New Issue
Block a user