### Description When you create a WC app through the CLI and you run lint test, no-unused-vars errors occur. ### Steps to reproduce 1. Create a WebComponents application through the CLI 2. Install the modules 3. Run lint tests ### Result no-unused-vars errors are shown ### Expected result There should be no errors when you run the lint tests. ### Attachments 