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
I found lint-staged was ignoring the ts config when invoked by husky, turns out other people have seen that too lint-staged/lint-staged#825. Would be nice to find a better solve than passing the opts here but this unblocked me for now.
NB without passing the lib here you get an error pre-push stating that lib must be ES2021 for higher to use String.replaceAll
I found lint-staged was ignoring the ts config when invoked by husky, turns out other people have seen that too lint-staged/lint-staged#825. Would be nice to find a better solve than passing the opts here but this unblocked me for now.
NB without passing the lib here you get an error pre-push stating that lib must be ES2021 for higher to use
String.replaceAll
Originally posted by @Si3rr4wow in #10 (comment)
The text was updated successfully, but these errors were encountered: