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
What did you expect to happen?
How I can config the indent rule to indent 3 spaces underneath the script tag? Currently it shows the below error and I must to do this:
But I don't want to do that, it looks ugly to me. I prefer everything in first level underneath the script tag should be have the indent. Did I missing any related rules from the docs?
What actually happened? Please include the actual, raw output from ESLint.
32:1 error Expected indentation of 0 spaces but found 3 indent
The text was updated successfully, but these errors were encountered:
Tell us about your environment
Windows 10 x64
Webstorm 2017.2
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
How I can config the indent rule to indent 3 spaces underneath the
script
tag? Currently it shows the below error and I must to do this:But I don't want to do that, it looks ugly to me. I prefer everything in first level underneath the
script
tag should be have the indent. Did I missing any related rules from the docs?What actually happened? Please include the actual, raw output from ESLint.
32:1 error Expected indentation of 0 spaces but found 3 indent
The text was updated successfully, but these errors were encountered: