Turn on no-unused-imports rule and remove all unused imports#1927
Turn on no-unused-imports rule and remove all unused imports#1927tdonohue merged 1 commit intoDSpace:mainfrom
Conversation
|
This pull request fixes 15 alerts when merging ea4abe8 into 1c8d538 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 15 alerts when merging 8427dd6 into 0395480 - view on LGTM.com fixed alerts:
|
8427dd6 to
a9b2812
Compare
|
This pull request fixes 15 alerts when merging a9b2812 into f782ee9 - view on LGTM.com fixed alerts:
|
a9b2812 to
76c5bdb
Compare
|
This pull request fixes 15 alerts when merging 76c5bdb into e7e049c - view on LGTM.com fixed alerts:
|
|
Hi @tdonohue, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
76c5bdb to
4f22aa2
Compare
|
This pull request fixes 15 alerts when merging 4f22aa2 into dc4b4ff - view on LGTM.com fixed alerts:
|
4f22aa2 to
cc86ba5
Compare
|
This pull request fixes 15 alerts when merging cc86ba5 into 340cc0a - view on LGTM.com fixed alerts:
|

Description
Small PR which bans unused imports in all classes. We already have LGTM warning when unused imports exist. This officially bans unused imports, to ensure our code is kept small (and easy to tree-shake).
Unused imports will now throw an error when
yarn lintis run.