1.1.0 • Published 9 years ago
eslint-config-drift v1.1.0
eslint-config-drift
Drift's shared eslint config for JavaScript projects. Based on JavaScript Standard Style.
Install
npm install --save-dev eslint driftt/eslint-config-drift
Usage
Follow the installation instructions above. Then, extend this config
in your project's .eslintrc
file:
{
"extends": "drift"
}
Improving this config
For any rule changes, make a pull request describing the change you want to make and the rationale behind it.