@bitwala/eslint-config

0.4.2 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @bitwala/eslint-config

Weekly Downloads

18

Version

0.4.2

License

MIT

Unpacked Size

7.2 kB

Total Files

8

Last publish

Collaborators

  • emilvr
  • yogiben
  • leopradel
  • emilio-bitwala