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
Tabs are goat, but unfortunately, most of the time Tabs are displayed as 4 characters in most GUIs (🤮). For this reason, I'd like to propose changing our formatting rules to 2 spaces for indentation. Ideally we can align closer if not completely with StandardJS rules: https://standardjs.com/rules
The text was updated successfully, but these errors were encountered:
@tomatrow Yes and ESLint should enforce the rules in addition to prettier. There is eslint-config-standard-kit which needs upgrading, but it uses dependencies that configure eslint to follow Standard.js rules
Tabs are goat, but unfortunately, most of the time Tabs are displayed as 4 characters in most GUIs (🤮). For this reason, I'd like to propose changing our formatting rules to 2 spaces for indentation. Ideally we can align closer if not completely with StandardJS rules: https://standardjs.com/rules
The text was updated successfully, but these errors were encountered: