Skip to content

Kushki/kushki-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kushki Logo

Kushki ESLint config

Kushki ESLint configuration file for NodeJS projects written in TypeScript and using prettier. It is the ESLint equivalent for @kushki/tslint config file.

Installation

First, install this module running:

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

Then, create a .eslintrc.js file:

module.exports = {
  "extends": ["@kushki"],
}

Usage

In your package.json file, add a script:

{
  "lint:check": "npx eslint --ext=ts src"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published