@ -187,7 +187,7 @@
|
|||||||
- [ ] "no-spaced-func"
|
- [ ] "no-spaced-func"
|
||||||
- [ ] "no-sparse-arrays"
|
- [ ] "no-sparse-arrays"
|
||||||
- [ ] "no-sync"
|
- [ ] "no-sync"
|
||||||
- [ ] "no-tabs"
|
- [X] "no-tabs"
|
||||||
- [ ] "no-template-curly-in-string"
|
- [ ] "no-template-curly-in-string"
|
||||||
- [ ] "no-ternary"
|
- [ ] "no-ternary"
|
||||||
- [ ] "no-this-before-super"
|
- [ ] "no-this-before-super"
|
||||||
|
@ -1 +1,8 @@
|
|||||||
{}
|
{
|
||||||
|
"no-tabs": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"allowIndentationTabs": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user