yml/no-trailing-spaces
disallow trailing whitespace at the end of lines
- ⚙️ This rule is included in
configs.standard. - 🔧 The
--fixoption on the command line can automatically fix some of the problems reported by this rule.
📖 Rule Details
This rule disallows trailing whitespace at the end of lines.
🔧 Options
yaml
yml/no-trailing-spaces:
- error
- skipBlankLines: false
ignoreComments: falseskipBlankLines... Ignores whitespace-only lines. Default isfalse.ignoreComments... Ignores trailing whitespace in YAML comments. Default isfalse.
Same as no-trailing-spaces rule option. See here for details.
👫 Related rules
🚀 Version
This rule was introduced in eslint-plugin-yml v3.5.0
🔍 Implementation
Taken with ❤️ from ESLint core