cognitedata / eslint-config-cognite

[MOVED to the "applications" repository] Cognite eslint config e.g JS/ES styleguide
1 stars 1 forks source link

Tweak anchors (<Link>) and disable no-typos #3

Closed evancharlton closed 6 years ago

evancharlton commented 6 years ago

<Link> has a perfectly valid "to" attribute which gets rendered as a "href", so this should not be a warning due to jsx-a11y/anchor-is-valid.

Additionally, disable react/no-typos until it can handle custom proptypes.

halvard-cognite commented 6 years ago

Sry i did not spot this. Can't seem to get notifications anywhere outside email for github. Good changes though