ContributaryCommunity / www.contributary.community

Fronted UI repo for www.contributary.community
https://www.contributary.community
3 stars 3 forks source link

eslint errors / warnings related to indention rules (compatibility with lit-html) #6

Open thescientist13 opened 5 years ago

thescientist13 commented 5 years ago

Type of Change

Summary

There are certain linting errors from eslint due indentation.

For example, in IssuesListComponent

screen shot 2018-10-28 at 4 51 28 pm

and all render functions when remove /* eslint-disable indent */

screen shot 2018-10-28 at 4 52 19 pm

Details

Ideally as a VSCode plugin would be ideal. Something for JSX or lit-html?

thescientist13 commented 5 years ago

https://github.com/vuejs-templates/webpack-simple/issues/107 ?