standard / atom-standard-formatter

Atom package to format code using Javascript Standard Style.
https://atom.io/packages/standard-formatter
MIT License
35 stars 19 forks source link

Make standard.lintText() synchronous again #57

Open jcready opened 8 years ago

jcready commented 8 years ago

Fixes #56. The standard.lintText() function is needlessly asynchronous (note the nextTick() function), this simply applies the actual operation in a synchronous way.

laughedelic commented 6 years ago

@jcready could you update/rebase this?