Git hooks are broken when using JetBrains IDE
When trying to use RubyMine to create a commit you'll get the following error:
╭────────────────────────────────────────╮
│ 🥊 lefthook v1.11.13 hook: pre-commit │
╰────────────────────────────────────────╯
│ markdown-lint (skip) no matching staged files
┃ prettier ❯
Checking formatting...
All matched files use Prettier code style!
┃ eslint ❯
Oops! Something went wrong! :(
ESLint: 8.57.1
ESLint couldn't find the config "standard" to extend from. Please check that the name of the config is correct.
The config "standard" was referenced from the config file in "/Users/stas/projects/design.gitlab.com/packages/gitlab-ui/src/vendor/bootstrap-vue/.eslintrc.js".
If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
exit status 2
────────────────────────────────────
summary: (done in 0.26 seconds)
✔️ prettier
🥊 eslint