-
Notifications
You must be signed in to change notification settings - Fork 26.8k
Closed
Description
If you want to "disallow mixed spaces and tabs for indentation", then the line should be:
no-mixed-spaces-and-tabs: [2, false],
Line:
'no-mixed-spaces-and-tabs': 0, |
Documentation: http://eslint.org/docs/rules/no-mixed-spaces-and-tabs.html
Example: https://github.com/eslint/eslint/blob/master/.eslintrc#L46
Metadata
Metadata
Assignees
Labels
No labels