-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Most / all linter warnings should be errors
- https://eslint.org/docs/rules/object-shorthand set to
always - force functions to be arrow functions if they have just a single return line
- force const instead of let if possible
- space behind comment start??? force
// ...instead of//... - force new-line before
it-test (not if behinddescribe) - stop cyclic imports (https://github.com/benmosher/eslint-plugin-import/blob/v2.22.0/docs/rules/no-cycle.md)
- declare variable before using it
- prevent
if (x) { return true } else { return false }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels