Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 382 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 382 Bytes

@nlib/eslint-config

Test

Installation and Usage

npm install --save-dev @nlib/eslint-config

You should then add @nlib/eslint-config to the extends property.

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