Description
The rule would disallow the use of inline styles, see https://html-eslint.org/docs/rules/no-inline-styles
In addition to the reasons listed under the URL above, inline styles are also problematic when wanting to set up a strict Content Security Policy.
See https://content-security-policy.com/examples/allow-inline-style for more info.
Description
The rule would disallow the use of inline styles, see https://html-eslint.org/docs/rules/no-inline-styles
In addition to the reasons listed under the URL above, inline styles are also problematic when wanting to set up a strict Content Security Policy.
See https://content-security-policy.com/examples/allow-inline-style for more info.