You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.
The current JSHint/JSCS => ESLint added a few TODOs to re-evaluate rules.
Now that we've landed the ESLint patch, we should reconsider the rules.
$ cat .eslintrc.yml | grep -i TODO
brace-style: off # TODO: Set to warn|error?
comma-dangle: off # TODO: Set to `[error, always|never]`?
curly: off # TODO: Set to error?
The text was updated successfully, but these errors were encountered:
The current JSHint/JSCS => ESLint added a few TODOs to re-evaluate rules.
Now that we've landed the ESLint patch, we should reconsider the rules.
The text was updated successfully, but these errors were encountered: