5.0.0 • Published 1 year ago

@feedzai/eslint-config-feedzai v5.0.0

Weekly downloads
29
License
MIT
Repository
github
Last release
1 year ago

eslint-config-feedzai

Build Status

This configuration contains our ESLint rules, including the ones for ECMAScript 6+. This packages requires eslint and eslint-plugin-import.

Usage

Installing package dependencies

In order to list the correct versions of each package you could use this command:

npm info "@feedzai/eslint-config-feedzai@latest" peerDependencies

After this command, you can install those packages manually or if you're using the npm version > 5 you could use this shortcut:

npx install-peerdeps --dev @feedzai/eslint-config-feedzai

If you want to do all manually you should use:

npm install --save-dev @feedzai/eslint-config-feedzai eslint@^#.#.# eslint-plugin-import@^#.#.#

Using Feedzai's ESLint configurations in your .eslintrc file

Add "extends": "@feedzai/eslint-config-feedzai".

Development tasks

You can check if this packages follow our coding style conventions by using npm run lint.

Deployment tasks

The available commands are:

  • deploy:major - creates a git tag and publish the X.0.0 version. This command should be executed only in the master branch.
  • deploy:minor - creates a git tag and publish the X.Y.0 version. This command should be executed in the hot-fix branches (hf-X.x.x).
  • deploy:patch - creates a git tag and publish the X.Y.Z version. This command should be executed in the hot-fix branches (hf-X.x.x).
5.0.0

1 year ago

4.0.1

5 years ago

4.0.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

1.1.0

6 years ago

1.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago