eslint-config-starzplay

0.0.2 • Public • Published

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"
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i eslint-config-starzplay

Weekly Downloads

1

Version

0.0.2

License

ISC

Last publish

Collaborators

  • markel.arizaga