Rule "no-tabs"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
4416cd11f6
commit
bef8d52a77
@ -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"
|
||||
|
@ -1 +1,8 @@
|
||||
{}
|
||||
{
|
||||
"no-tabs": [
|
||||
"error",
|
||||
{
|
||||
"allowIndentationTabs": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user