Open thescientist13 opened 6 years ago
There are certain linting errors from eslint due indentation.
For example, in IssuesListComponent
IssuesListComponent
and all render functions when remove /* eslint-disable indent */
render
/* eslint-disable indent */
Ideally as a VSCode plugin would be ideal. Something for JSX or lit-html?
https://github.com/vuejs-templates/webpack-simple/issues/107 ?
Type of Change
Summary
There are certain linting errors from eslint due indentation.
For example, in
IssuesListComponent
and all
render
functions when remove/* eslint-disable indent */
Details
Ideally as a VSCode plugin would be ideal. Something for JSX or lit-html?