Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Remove @theia/tslint extension in favor of plugin #446

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion generator/src/templates/assembly-package.mst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@theia/search-in-workspace": "^{{ version }}",
"@theia/task": "^{{ version }}",
"@theia/textmate-grammars": "^{{ version }}",
"@theia/tslint": "^{{ version }}",
"@theia/userstorage": "^{{ version }}",
"@theia/variable-resolver": "^{{ version }}",
"@theia/workspace": "^{{ version }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@theia/search-in-workspace": "^0.3.16",
"@theia/task": "^0.3.16",
"@theia/textmate-grammars": "^0.3.16",
"@theia/tslint": "^0.3.16",
"@theia/userstorage": "^0.3.16",
"@theia/variable-resolver": "^0.3.16",
"@theia/workspace": "^0.3.16",
Expand Down
1 change: 0 additions & 1 deletion generator/tests/production/assembly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@theia/search-in-workspace": "^0.3.16",
"@theia/task": "^0.3.16",
"@theia/textmate-grammars": "^0.3.16",
"@theia/tslint": "^0.3.16",
"@theia/userstorage": "^0.3.16",
"@theia/variable-resolver": "^0.3.16",
"@theia/workspace": "^0.3.16",
Expand Down