3.3.1 • Published 7 years ago
eslint-config-underdog v3.3.1
eslint-config-underdog
Base ESLint config for Underdog.io's JavaScript code.
Usage
Install this package as a dev dependency:
npm install --save-dev eslint-config-underdogUse this config as the base for your eslintrc config:
{
"extends: "underdog",
"rules": {
}
}ES6
If you would like to use ES6 or JSX, extend from the ES6 config:
{
"extends: "underdog/es6",
"rules": {
}
}