eslint-to-esformatter
eslint-to-esformatter copied to clipboard
We're defining a style guide at my job right now and this would break down all barriers to entry if this was useable. I'd love to know!
## `v1.0.0-alpha.2` Working off of eslint `0.19.0` #### Framework - [x] #3 logging - [x] #4 deprecated rules - [x] rule documentation (things not supported in eslint/esformatter) #### Core Rules...
I'm having a few issues with the defaults. For `comma-spacing` if the rule is off what should the following code look like? ``` js var obj = { a: 'something'...