1.1.1 • Published 5 months ago

@borela-tech/eslint-config v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

@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-config

Usage

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