Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 373 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 373 Bytes

@nangohq/eslint-config

A reusable eslint config for your CLI installation

npm i -D @nangohq/eslint-config
// Basic linter
{
    "extends": [
        "@nangohq/eslint-config/base"
    ]
}

// Strict
{
    "extends": [
        "@nangohq/eslint-config/base",
        "@nangohq/eslint-config/strict"
    ]
}

How to release?

npm publish