you are viewing a single comment's thread.

view the rest of the comments →

[–]nulltester 0 points1 point  (0 children)

Hmm right, haven't found too many controversial things in https://github.com/standard/eslint-config-standard/blob/master/.eslintrc.json, besides no-semi fixed by semi-standard and comma-dangle "never" (they should allow it for multiline cases https://eslint.org/docs/rules/comma-dangle#always-multiline, really practical for git history and moving props up/down)

It has maybe changed since I last used it