Replies: 1 comment
-
Noice |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current rule: https://github.com/eslint/eslint/blob/main/conf/eslint-recommended.js#L47
Proposal:
"no-mixed-spaces-and-tabs": ["error", "smart-tabs"]
Problem explained here:
prettier/prettier#4199
eslint docs:
https://github.com/eslint/eslint/blob/dd58cd4afa6ced9016c091fc99a702c97a3e44f0/docs/rules/no-mixed-spaces-and-tabs.md#options
Beta Was this translation helpful? Give feedback.
All reactions