2.3.0 • Published 10 years ago
eslint-config-wish-technology v2.3.0
eslint-config-wish-technology
ESLint config used at wish-technology. Basically eslint-config-airbnb with some overrides.
Usage
Install the conventions by running:
npm install --save-dev eslint eslint-config-wish-technologyThen add the extends to your .eslintrc:
{
"extends": "wish-technology",
"rules": {
// your overrides
}
}LICENSE
MIT