You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
I've used "tslint-config-airbnb" and it uses this library. I think ImportNameRule can be useful when It checks users code, not npm installed module's code.
I recently tested with my new project setting and import styled from "styled-components" and got tslint warning "Misnamed import. Import should be named 'styledComponents' but found styled"
I made this rule to be false, and it is all find. Just curious about this result