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
Indentation rule has a complex configuration. I think the user prefer eslint configuration style. I mean defining the number of spaces or tabs and, then, calculating between different nodes. Example:
two spaces:
"indentation": ["on", 2]
or tabs:
"indentation": ["on", "tab"]
The text was updated successfully, but these errors were encountered:
Indentation rule has a complex configuration. I think the user prefer
eslint
configuration style. I mean defining the number of spaces or tabs and, then, calculating between different nodes. Example:two spaces:
or tabs:
The text was updated successfully, but these errors were encountered: