Rule "no-tabs"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 14:40:47 +04:00
parent 4416cd11f6
commit bef8d52a77
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 9 additions and 2 deletions

View File

@ -187,7 +187,7 @@
- [ ] "no-spaced-func"
- [ ] "no-sparse-arrays"
- [ ] "no-sync"
- [ ] "no-tabs"
- [X] "no-tabs"
- [ ] "no-template-curly-in-string"
- [ ] "no-ternary"
- [ ] "no-this-before-super"

View File

@ -1 +1,8 @@
{}
{
"no-tabs": [
"error",
{
"allowIndentationTabs": true
}
]
}