tslint-eslint-rules icon indicating copy to clipboard operation
tslint-eslint-rules copied to clipboard

Implement no-mixed-spaces-and-tabs rule

Open jez9999 opened this issue 6 years ago • 2 comments

As the indent rule is not the equivalent of ESLint's no-mixed-spaces-and-tabs because it doesn't implement smart-tabs (see #268), a new no-mixed-spaces-and-tabs rule should be introduced that allows a "smart-tabs" option.

jez9999 avatar Oct 20 '17 11:10 jez9999

How would one go about implementing a new rule then?:)

keremgocen avatar Oct 30 '20 22:10 keremgocen

This rule seems to be already implemented (cf. https://eslint.org/docs/rules/no-mixed-spaces-and-tabs)

@buzinas I think the issue can be closed

younes-io avatar Oct 08 '21 15:10 younes-io