Skip to content

bitwala/eslint-config

Repository files navigation

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

About

Bitwala eslint config

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •