JavaScript — FOR SCIENCE!
These are the rules that are in common use in sci.pe projects. Note that we use prettier for style.
npm install --save-dev @scipe/eslint-config
In your module package.json
add:
{
"eslintConfig": {
"extends": "@scipe"
}
}