1.1.1 • Published 7 years ago

eslint-config-optimizme v1.1.1

Weekly downloads
37
License
MIT
Repository
-
Last release
7 years ago

Js Coding style

This repository contains javascript coding conventions used by optimiz.me

To use them, just create a .eslintrc file with the following content:

{
  extends: ['eslint-config-optimizme']
}

NPM

This repository is published on npm, you can install it by doing npm install eslint-config-optimizme.

To update it

Make your changes, then run npm version major|minor|patch. This will update the package.json, create a commit and tag it with the version number. Then npm publish it, and you're good to go!