eslint-config/src/rules/eslint.json

9 lines
83 B
JSON
Raw Normal View History

{
"no-tabs": [
"error",
{
"allowIndentationTabs": true
}
]
}