Reactjs – How to use Eslint rule for JSX attribute value
I want to apply eslint rule for JSX attribute value. like I have a component having some attribute for example <Component attribute1="abc-efg" /> In above example I want to place a rule which will check that if attribute1 is having…