🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@bitwala/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitwala/eslint-config

ESLint preset for Bitwala

0.4.0
npm
Version published
Maintainers
3
Created
Source

@bitwala/eslint-config

npm version npm monthly downloads

Bitwala eslint config.

Installation

Using npm:

npm install --save-dev --save-exact @bitwala/eslint-config

or using yarn:

yarn add --dev --exact @bitwala/eslint-config

Usage

Create a new .eslintrc.js for your project and add the following configuration:

module.exports = {
  extends: ["@bitwala/eslint-config/auto"],
};

If you prefer to manually enable some presets use the following configuration:

module.exports = {
  extends: [
    "@bitwala/eslint-config/base",
    "@bitwala/eslint-config/react",
    "@bitwala/eslint-config/node",
    "@bitwala/eslint-config/typescript",
  ],
};

Create a new release

  • Edit the version in the package.json file.
  • git add package.json.
  • Commit the changes git commit -m vx.x.x.
  • Create a new git tag git tag -a vx.x.x -m vx.x.x.
  • Run yarn npm publish to publish the package to the registry.
  • Push the changes git push.

FAQs

Package last updated on 21 Jan 2021

Did you know?

Socket

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