Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 373 Bytes

Apprentx logo

@apprentx/eslint-config npm

Getting started

Install the npm package:

npm i @apprentx/eslint-config -D

Extend your .eslintrc config with:

{
    "extends": "@apprentx/eslint-config"
}