0.7.2 • Published 3 years ago

eslint-config-optimum-energy v0.7.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Optimum Energy ESLint Configuration

This is the shared team ESLint configuration for Optimum Energy.

Usage

First, install the package.

$ yarn add -D eslint-config-optimum-energy

Next, specify optimum-energy in the extends section of your ESLint configuration.

{
  "extends": "optimum-energy",
  "rules": {
    // Additional per-project rules...
  }
}

Deployment

If you'd like to deploy an updated version of this package to NPM, run the following before deploying branch.

yarn version --new-version <VERSION>
git push origin HEAD
git push --tags origin HEAD

This will update the package.json file and create a tagged commit. Codeship will automatically pick up the tagged commit and publish the package.

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

4 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago