eslint-config-optimum-energy
v0.7.2
Published
The shared ESLint configuration for Optimum Energy
Readme
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-energyNext, 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 HEADThis will update the package.json file and create a tagged commit. Codeship will automatically
pick up the tagged commit and publish the package.
