eslint-config/src/rules/eslint.json

13 lines
130 B
JSON
Raw Normal View History

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