# toml/space-eq-sign
require spacing around equals sign
- ⚠️ This rule was deprecated and replaced by toml/key-spacing rule.
- 🔧 The
--fix
option on the command line (opens new window) can automatically fix some of the problems reported by this rule.
# 📖 Rule Details
This rule is aimed at ensuring there are spaces around equals sign.
# 🔧 Options
Nothing.
# 👫 Related rules
# 🚀 Version
This rule was introduced in eslint-plugin-toml v0.1.0