@pixpilot/eslint-config-next
v0.2.1
Published
ESLint configuration for Next.js projects
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();