@arcane-utils/eslint-plugin-enforce-ids
v1.0.0
Published
ESLint plugin to enforce id attributes on JSX elements. Fork of eslint-plugin-enforce-ids-in-jsx with exact matching fix.
Readme
@arcane-utils/eslint-plugin-enforce-ids
CHANGE LOG
V 1.0.0
- Fork
[email protected] - Conversion ES5 → TypeScript
- Fix:
targetCustomuses an exact match (===) instead ofString.includes()
