@nangohq/eslint-config
v1.0.8
Published
A reusable eslint config for your CLI installation
Readme
@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