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

/eslint-config-starzplay/

    Package Sidebar

    Install

    npm i eslint-config-starzplay

    Weekly Downloads

    1

    Version

    0.0.2

    License

    ISC

    Last publish

    Collaborators

    • markel.arizaga