0.7.2 • Published 4 years ago

eslint-config-optimum-energy v0.7.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 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

4 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago