janitor
janitor copied to clipboard
Additional enhancements to ESLint
- [ ] Inline objects should be written as
{ fields }, not{fields} - [ ] Unused variables should be prefixed with
_
Inline objects should be written as { fields }, not {fields}
https://eslint.org/docs/rules/object-curly-spacing
Unused variables should be prefixed with _
I personally don't like that rule.