Socket
Socket
Sign inDemoInstall

@kushki/eslint-config

Package Overview
Dependencies
195
Maintainers
32
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kushki/eslint-config

Typescript Lint


Version published
Maintainers
32
Created

Readme

Source

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"
}

FAQs

Last updated on 09 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc