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 has been archived by the owner on May 21, 2019. It is now read-only.
Need to implement a lint rule that reports import paths that do not fit the brief, human-readable style. Namely, underscores and file suffixes are unnecessary.
@import"partials/_colors.scss"; // LINT@import"partials/_colors"; // LINT@import"partials/colors.scss"; // LINT@import"partials/colors"; // OK
Need to implement a lint rule that reports import paths that do not fit the brief, human-readable style. Namely, underscores and file suffixes are unnecessary.
This is similar to scss-lint's ImportPath.
The text was updated successfully, but these errors were encountered: