Skip to content

Reusable eslint config for nango-integrations

Notifications You must be signed in to change notification settings

NangoHQ/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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