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
Currently, we have the scripts lint-css-changes, lint-css-fix, lint-js-changes, lint-js-fix. However, if someone wants lint to fix only the changes they introduced, they would need to manually add flags, which can be confusing. The ask would be to add scripts, perhaps named lint-css-changes-fix and lint-js-changes-fix or something similar, which combines the 2 types.
The text was updated successfully, but these errors were encountered:
I like the names lint-css-fix-changes and lint-js-fix-changes (verb-object sorta deal); this is a pretty small PR so if anyone wants to do this, feel free to self-assign
Currently, we have the scripts
lint-css-changes
,lint-css-fix
,lint-js-changes
,lint-js-fix
. However, if someone wants lint to fix only the changes they introduced, they would need to manually add flags, which can be confusing. The ask would be to add scripts, perhaps namedlint-css-changes-fix
andlint-js-changes-fix
or something similar, which combines the 2 types.The text was updated successfully, but these errors were encountered: