This eslint rules configuration is for Junior / Mid level developers who are looking for a consistent and non too much restrictive way to develop on JS using good practices.
npm & yarn:
npm install eslint eslint-config-friendly --save-devyarn add eslint eslint-config-friendly --dev{
"extends": "eslint-config-friendly",
"rules": {
// Overwrite the rules
}
}