immutable-cursor
immutable-cursor copied to clipboard
ESLint 💔, Prettier 💅
'Cos formatters rock, and the codebase is syntactically trivial enough for us not to have to involve a linter in addition.
Why not have both?
Eslint is still useful to track unused variables, imports that don't exist and other static analysis things. Unless you intend to introduce Flow instead?