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