@pixpilot/eslint-config
v2.11.0
Published
Base ESLint configuration for PixPilot projects
Readme
@pixpilot/eslint-config
This is the base ESLint config for JavaScript/TypeScript 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';
export default config();