jsx-equals-spacing
Configuration
rslint.config.ts
Rule Details
Enforce or disallow spaces around the = sign in JSX attributes.
Examples of incorrect code with the default "never" option:
Examples of correct code with the default "never" option:
Options
"never"(default): Disallow spaces around=."always": Require one space on each side of=.