yml/no-tab-indent
disallow tabs for indentation.
- ⚙️ This rule is included in
"plugin:yml/recommended"
and"plugin:yml/standard"
.
📖 Rule Details
This rule disallows tabs for indentation.
# eslint yml/no-tab-indent: 'error'
# ✗ BAD
foo: bar
...
- bar
🔧 Options
Nothing.
🚀 Version
This rule was introduced in eslint-plugin-yml v0.1.0