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 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.