1.0.8 • Published 10 months ago
@nangohq/eslint-config v1.0.8
@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