segmentio / eslint-config

Segment's ESLint configurations.
9 stars 6 forks source link

Warnings that should eventually become errors #7

Closed dominicbarnes closed 9 years ago

dominicbarnes commented 9 years ago

To keep from breaking builds in the short-term, we've got some rules we've made into warnings. The end-goal is to only have errors though, so we'll track the warnings that we need to convert here:

ndhoule commented 9 years ago

Note to self: object-curly-braces and space-before-blocks aren't yet merged because it would cause analytics.js-* repos to start failing CI

ndhoule commented 9 years ago

@dominicbarnes moved all these out into their own issues. Thanks for compiling this list :)