Rule "no-tabs"

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

View File

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