@pixpilot/eslint-config
v2.8.0
Published
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!
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();