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