0.3.0 • Published 5 years ago
spacestandard v0.3.0
spacestandard
standard with spaces
sample
var list = [{a:'foo'},{b:'bar'}]
get(function () {
return ('cake')
})=>
var list = [ { a: 'foo' }, { b: 'bar' } ]
get( function () {
return ( 'cake' )
} )Install
locally ( project specific, for use with npm scripts )
npm install spacestandardglobally
npm install -g spacestandard