@pixpilot/eslint-config-next
v0.0.25
Published
This ESLint configuration provides recommended rules and settings for Next.js projects at Pixpilot. While it is designed for our internal use, you are welcome to use it in your own projects as well!
Downloads
32
Readme
@pixpilot/eslint-config-next
This ESLint configuration provides recommended rules and settings for Next.js projects at Pixpilot. While it is designed for our internal use, you are welcome to use it in your own projects as well!
Usage
Add to your eslint.config.mjs:
import config from '@pixpilot/eslint-config-next';
export default config();