Sign in
Log inSign up

Have you tried JavaScript Standard Style?

Jake Wiesler's photo
Jake Wiesler
·Aug 10, 2017

JavaScript Standard Style, or Standard, is a "JavaScript style guide, with linter & automatic code fixer".

I'm currently building out a personal eslint config for personal projects and, while going through the docs, came across Standard. It seems to have most, if not all, of what I want. Then I asked myself whether it would save time using standard instead of building and maintaining my own config.

Curious to see if anyone else has had experience with it.