inline-style-disabled
Inline style cannot be used.
Level: Warning
Config value
Section titled “Config value”true
: enable rulefalse
: disable rule
The following pattern is considered a rule violation:
Section titled “The following pattern is considered a rule violation:”<div style="color:red"></div>
Why this rule is important
Section titled “Why this rule is important”Inline styles can make the code harder to read and maintain. They also make it harder to override styles with CSS.