You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above is in a JS file, and I'm getting vue/script-indent errors. The second line says Expected indentation of 2 tabs but found 1 tab, and the 4th line says Expected indentation of 4 tabs but found 2 tabs. I don't think that section of code should be handled by my eslint rules for plain JS as those rules are working as I'd like for plain JS.
The text was updated successfully, but these errors were encountered:
Tell us about your environment
The above is in a JS file, and I'm getting
vue/script-indent
errors. The second line saysExpected indentation of 2 tabs but found 1 tab
, and the 4th line saysExpected indentation of 4 tabs but found 2 tabs
. I don't think that section of code should be handled by my eslint rules for plain JS as those rules are working as I'd like for plain JS.The text was updated successfully, but these errors were encountered: