deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
16
dev-packages/private-eslint-plugin/package.json
Normal file
16
dev-packages/private-eslint-plugin/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@theia/eslint-plugin",
|
||||
"version": "1.68.0",
|
||||
"description": "Custom ESLint rules for developing Theia extensions and applications",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"afterInstall": "npm run compile",
|
||||
"compile": "theiaext compile"
|
||||
},
|
||||
"dependencies": {
|
||||
"@theia/ext-scripts": "1.68.0",
|
||||
"@theia/re-exports": "1.68.0",
|
||||
"js-levenshtein": "^1.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user