1.1.1 • Published 5 months ago
@borela-tech/eslint-config v1.1.1
@borela-tech/eslint-config
Shared ESLint configuration for Borela Tech projects.
Features
- Preconfigured ESLint rules
- Includes recommended rules from:
- ESLint
- TypeScript
- React (if applicable)
Installation
npm install --save-dev @borela-tech/eslint-configUsage
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