Closed mercmobily closed 6 years ago
It looks like this issue actually occurs in standard
(since v11), see https://github.com/standard/standard/issues/1056 and https://github.com/standard/standard/issues/1176. I see you also already opened an issue over at https://github.com/eslint/eslint/issues/10932.
I know but it looks like the issues stems from eslint more than standard... right?
Yes, I think so too.
This issue depends on https://github.com/eslint/eslint/issues/10932 -- I am not sure how you deal with these cases in this repo. However, it's basically up to Eslint to fix it.
Since there isn’t anything we can do about this in this plugin, I’ll go ahead and close this issue.
Hi,
I am not sure if this belongs to linter itself or here. This is a small example to show the problem: (I realise the code doesn't do much, it was working code butchered for brevity)
The
console.log
line gives a warning: `expected indentation of 4 spaces but found 6 The following line has the same problem.Help?