Open jcready opened 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.
standard.lintText()
nextTick()
@jcready could you update/rebase this?
Fixes #56. The
standard.lintText()
function is needlessly asynchronous (note thenextTick()
function), this simply applies the actual operation in a synchronous way.