Skip to content

Commit

Permalink
[tslint] remove '@theia/tslint' ext
Browse files Browse the repository at this point in the history
Removes the `@theia/tslint` extension since it is
contributed by a builtin extension, and will no longer be
maintained by the project. The extension remains in the Git
history for anyone who would like to reference it or maintain
it.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Jan 22, 2020
1 parent a7a892b commit aca5833
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 124 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ cache:
- packages/search-in-workspace/node_modules
- packages/task/node_modules
- packages/terminal/node_modules
- packages/tslint/node_modules
- packages/typehierarchy/node_modules
- packages/typescript/node_modules
- packages/userstorage/node_modules
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Breaking changes:
- The extension will no longer be maintained by the project and remains in the Git history for anyone who would like to reference it or maintain it.
- [textmate-grammars] removed the `@theia/textmate-grammars` extension [#6933](https://github.com/eclipse-theia/theia/pull/6933)
- The extension will no longer be maintained by the project and remains in the Git history for anyone who would like to reference it or maintain it.
- [tslint] removed the `@theia/tslint` extension [#6933](https://github.com/eclipse-theia/theia/pull/6933)
- The extension will no longer be maintained by the project and remains in the Git history for anyone who would like to reference it or maintain it.
- [task] renamed method `getStrigifiedTaskSchema()` has been renamed to `getStringifiedTaskSchema()` [#6780](https://github.com/eclipse-theia/theia/pull/6780)
- [task] renamed method `reorgnizeTasks()` has been renamed to `reorganizeTasks()` [#6780](https://github.com/eclipse-theia/theia/pull/6780)
- Support VS Code icon and color theming. [#6475](https://github.com/eclipse-theia/theia/pull/6475)
Expand Down
37 changes: 0 additions & 37 deletions packages/tslint/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions packages/tslint/compile.tsconfig.json

This file was deleted.

48 changes: 0 additions & 48 deletions packages/tslint/package.json

This file was deleted.

28 changes: 0 additions & 28 deletions packages/tslint/src/package.spec.ts

This file was deleted.

0 comments on commit aca5833

Please sign in to comment.