Skip to content

Commit

Permalink
infra: enable no-mixed-spaces-and-tabs eslint rule (anuraghazra#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored Oct 13, 2023
1 parent b753d49 commit cd9698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
// "no-continue": "off",
// "no-inline-comments": "off",
// "no-lonely-if": "warn",
// "no-mixed-spaces-and-tabs": "warn",
"no-mixed-spaces-and-tabs": "warn",
"no-multiple-empty-lines": "warn",
// "no-negated-condition": "off",
// "no-nested-ternary": "warn",
Expand Down

0 comments on commit cd9698b

Please sign in to comment.