ESLint Shareable Configs for Kwebbl projects
npm install eslint-config-kwebblkwebbl/lib/node4
kwebbl/lib/node
kwebbl/lib/browser
kwebbl/lib/react
npm i eslint-config-kwebbl --save-dev
* Create config file in root of your project .eslintrc.js or in other formats. And extend in it one of config more suitable for your project.
`javascript
module.exports = {
"extends": "kwebbl/lib/node4",
}
``