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
hooks {
["pre-commit"] =new {
["fix"] =newFix {
linter_dependencies {
// prettier has to run after eslint// this will be done by batch, so a single batch of files// may be formatted by prettier after eslint even if eslint hasn't processed all the files yet
["prettier"] =new { "eslint" }
}
}
}
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: