Skip to main content

🩹 Troubleshooting

The command yarn create @sherifforg/config fails when using yarn​

Depending on the context and under specific conditions, the setup command may fail to install the dependencies when using yarn.
In this case you can simply install them yourself. The yarn create @sherifforg/config command should spit out the correct command prompt for you to do so at the end of the process. If that doesn't happen, refer to the manual setup instructions.

Alternatively, consider switching package manager to pnpm.

I'm using Nextjs and the Sheriff rules doesn't seem to apply​

In a Nextjs project, you shouldn't follow any of Nextjs' ESLint instructions, including the usage of the command next lint. Just use the basic ESlint command eslint.

Refer to the Nextjs compatibility documentation.

My editor feels slow​

Make sure to read the appropriate docs here.