4.0.4 • Published 7 months ago

@maboroshi/eslint-config v4.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 months ago

eslint-config

Our standard lint configurations for TypeScript/JavaScript.

Installation

npm install -D @maboroshi/eslint-config

or

yarn add -D @maboroshi/eslint-config

Usage

Import the config to your .eslintrc.json

{
  "extends": ["@maboroshi/eslint-config"]
}