SoftwareMarbles / lazy

Hackable Coding Assistant
http://getlazy.org
MIT License
1 stars 0 forks source link

Add `lazy ignore-all` #76

Closed ierceg closed 7 years ago

ierceg commented 7 years ago

// lazy ignore-all would suppress all the warnings and errors after it. Maybe also add lazy reset-ignore-all to turn off the ignoring. Useful when writing code with different standards than ours (until #23)

ierceg commented 7 years ago

Btw, I currently use /* eslint-disable */ instead but that leaks implementation details :)

neboysa commented 7 years ago

Implemented in lazy-postproc-engine. See https://github.com/getlazy/lazy-postproc-engine/pull/5