@pixpilot/eslint-config-react
v0.4.6
Published
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!
Downloads
304
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();