eslint-config-bdougherty
ESLint shareable config for my personal projects.
Install
yarn add eslint-config-bdougherty
Usage
This config contains a couple rule overrides and is primarily designed to be used with XO. Add the following to package.json:
{
"xo": {
"extends": "bdougherty"
}
}
This package also exposes two configs that can be used directly with ESLint.
bdougherty/browser
for browser-based projects:
{
"extends": "bdougherty/browser"
}
and bdougherty/node
for node-based projects:
{
"extends": "bdougherty/node"
}
License
MIT © Brad Dougherty