DEV Community

Discussion on: JavaScript Linting Tools

Collapse
 
kav2k profile image
Alexander Kashev

Here's my personal favorite ESLint configuration (for extension development): gist.github.com/kav2k/e83641d3c95d...

It's quite verbose (as opposed to using presets), and started as a conversion of my older JSHint configuration with a tweaked Google preset.

I like the fact that it's verbose: it shows the stylistic choices quite clearly.