google / eslint-config-google

ESLint shareable config for the Google JavaScript style guide
Apache License 2.0
1.74k stars 140 forks source link

Change numeric error level values to strings #61

Closed mciesin closed 5 years ago

mciesin commented 5 years ago

String error level values are more approachable for new ESLint users. This PR is the outcome of discussion from #60.

philipwalton commented 5 years ago

Thanks! That looks much nicer.