mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Switch internal scripts to ts
Also adds a formatting script and runs it against all TS files in the samples
This commit is contained in:
3
webview-codicons-sample/package-lock.json
generated
3
webview-codicons-sample/package-lock.json
generated
@ -8,6 +8,9 @@
|
||||
"name": "cat-codicons",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@vscode/codicons": "0.0.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.13.0",
|
||||
"@stylistic/eslint-plugin": "^2.9.0",
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
"typescript": "^5.6.2",
|
||||
"typescript-eslint": "^8.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"dependencies": {
|
||||
"@vscode/codicons": "0.0.20"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user