0.0.2 • Published 7 years ago

eslint-config-starzplay v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

ESLint rules to enforce STARZPLAY Javascript style guide

This configuration works on top of AirBnB's Javascript Style guide and follows the modifications agreed by STARZPLAY Frontend team.

To use this ruleset in your with ESLint project, first include eslint-config-starzplay as a devDependency on package.json file and install dependencies:

"devDependencies": {
    "eslint-config-starzplay": "0.0.2"
  },

Once the installation is correct, create an .eslintrc file with the following contents:

{
    "extends": "starzplay"
}