1.0.6 • Published 1 year ago

@tbrul/eslint-config v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@tbrul/eslint-config

The @tbrul/eslint-config package exports the base ESLint configuration for tbrul packages.

Installation

Install the package as a development dependency from the npm packages registry.

npm i -D @tbrul/eslint-config

yarn add -D @tbrul/eslint-config

pnpm add -D @tbrul/eslint-config

Usage

Add the following rule to your package eslint config file.

{
  "extends": "@tbrul/eslint-config/package"
}