1.0.7 • Published 10 months ago

@adaloop/eslint-config v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@adaloop/eslint-config

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

Installation

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

npm i -D @adaloop/eslint-config

yarn add -D @adaloop/eslint-config

pnpm add -D @adaloop/eslint-config

Usage

Add the following rule to your package eslint config file.

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