@pixpilot/eslint-config-react
v0.5.1
Published
ESLint configuration for React projects
Readme
@pixpilot/eslint-config-react
This ESLint configuration provides recommended rules and settings for React 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-react';
export default config();