Remove @prettier pragmas

This commit is contained in:
Daniel Gasienica 2018-04-27 17:37:46 -04:00
parent 95321e5d3e
commit 87d374ea78
26 changed files with 0 additions and 80 deletions

View file

@ -1,6 +1,3 @@
/**
* @prettier
*/
// `missingCaseError` is useful for compile-time checking that all `case`s in
// a `switch` statement have been handled, e.g.
//