5.0.1 • Published 6 years ago

@vimeo/eslint-config-player v5.0.1

Weekly downloads
80
License
MIT
Repository
github
Last release
6 years ago

Player ESLint Config npm version

Default ESLint configuration for Player projects.

How to use it

First, install the npm package:

npm install @vimeo/eslint-config-player

Then add the extends option to the .eslintrc.json file:

{
    "extends": "@vimeo/eslint-config-player"
}

If the project is using ES6, extend from the ES6 version instead:

{
    "extends": "@vimeo/eslint-config-player/es6"
}

You can override specific settings by specifying them as normal. See http://eslint.org/docs/developer-guide/shareable-configs for more details.

5.0.1

6 years ago

5.0.0

7 years ago

4.0.1

8 years ago

4.0.0

8 years ago