Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 304 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 304 Bytes

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"]
}