Skip to content

inline-style-disabled

Inline style cannot be used.

Level: Warning

  • true: enable rule
  • false: 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>

Inline styles can make the code harder to read and maintain. They also make it harder to override styles with CSS.