Favorite ESLint
{ "extends": [ "standard" ], "rules": { "semi": [ "error", "always" ], "no-tabs": "off", "indent": [ "error", "tab" ] } }