I started new blitz project and I'm trying to push code on Github but I get the following error:
✔ Preparing lint-staged...
❯ Running tasks for staged files...
❯ package.json — 21 files
❯ *.{js,ts,tsx} — 20 files
✖ eslint --fix [FAILED]
↓ Skipped because of errors from tasks. [SKIPPED]
✔ Reverting to original state because of errors...
✔ Cleaning up temporary files...
✖ eslint --fix:
Oops! Something went wrong! :(
ESLint: 8.27.0
ESLint couldn't find the config "custom" to extend from. Please check that the name of the config is correct.
The config "custom" was referenced from the config file in "/home/mucort/Programming/projects/paperclip/.eslintrc.js".
If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
husky - pre-commit hook exited with code 1 (error)
.eslint.jscontent
module.exports = require("@blitzjs/next/eslint")
- I'm using
yarn 1.22.19as the package manager
Thanks for your help.