mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
infra: enable no-mixed-spaces-and-tabs eslint rule (#3285)
This commit is contained in:
parent
b753d49158
commit
cd9698bea5
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue