eslint-config-loopwerk
ESLint config for Loopwerk. Based on AirBnb's style but without React or ES6 modules and allows console.log
.Install
npm install —save-dev eslint eslint-config-loopwerk
Usage
In your project’s .eslintrc., use the extends feature:{
"extends": "eslint-config-loopwerk"
}