An opinionated ESLint config.
Including but not limited to:
- ✅ End of Line
- ✅ Indent 2 spaces
- ✅ Semicolons 🔥
- ✅ Single Quotes (with exceptions)
- ✅ Whitespace
- 🚫 Console Logs
- 🚫 Eval
⚠️ Warning Comments (TODO/FIXME)- and more...
eslint:recommended
If eslint-plugin-react
is installed, it loads the below.
- ✅ Whitespace around curly braces
plugin:react/recommended