Shared ESLint configuration for Borela Tech projects.
- Preconfigured ESLint rules
- Includes recommended rules from:
- ESLint
- TypeScript
- React (if applicable)
npm install --save-dev @borela-tech/eslint-config
Create a file named eslint.config.ts
in the root of your project and add the
following code:
import {CONFIG} from '@borela-tech/eslint-config'
export default CONFIG