Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.2
  • latest
  • npm
  • Socket score

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

  1. Edit the version in the package.json file.
  2. git add package.json.
  3. Commit the changes git commit -m vx.x.x.
  4. Create a new git tag git tag -a vx.x.x -m vx.x.x.
  5. Run yarn npm publish to publish the package to the registry.
  6. 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc