no-adjacent-inline-elements
Added in v0.9.1Configuration
rslint.config.ts
Rule Details
This rule disallows adjacent inline HTML elements without whitespace between them. Without a separating space, inline elements can run into each other when the content is viewed without styling.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
When Not To Use It
Disable this rule when adjacent inline elements are intentional or spacing is provided by styling.