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
emm, there are something i want to discuss.
in web Front-End project,assets file is image/video/audio/font/json,that is easy to limit lint rules。
but Framework code maybe have different filename style. such as main.ts vs App.tsx vs index.tsx. it's complex to set simple lint rule.
usually, lint has some common feature;
.html
.jpg
.JPG
.gif
.svg
and so oncan ls-lint support some ext kind inside。
look like this:
The text was updated successfully, but these errors were encountered: