5.0.1 • Published 8 years ago
@vimeo/eslint-config-player v5.0.1
Player ESLint Config 
Default ESLint configuration for Player projects.
How to use it
First, install the npm package:
npm install @vimeo/eslint-config-playerThen 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.