Open zoepage opened 9 years ago
What do we mean by standard here? Do we mean something like adding an .editorconfig file to set *.js to require 2 spaces instead of 4 (or something like that?)?. :)
.editorconfig
*.js
it's an npm pkg. https://www.npmjs.com/package/standard
What do we mean by standard here? Do we mean something like adding an
.editorconfig
file to set*.js
to require 2 spaces instead of 4 (or something like that?)?. :)