BrightspaceUI / create

Apache License 2.0
1 stars 0 forks source link

adding lit-analyzer #8

Closed dlockhart closed 3 years ago

dlockhart commented 3 years ago

Thought about putting this in the wc-lit-element template (and I still can), but it complicated matters in that the npm run lint script would need to somehow merge it in.

margaree commented 3 years ago

Yeah I think if you wanted to put it in the wc-lit-element part you could add something like <%= litAnalyzer %> into the lint script and then in default-content/index you'd remove that if it wasn't a lit component being created (like what was done with <%= publishNpmInstallation %> in the README). Since everything's a lit component right now it's probably not a huge deal.