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,7 +1,3 @@
/**
* @prettier
*/
// IndexedDB doesnt support boolean indexes so we map `true` to 1 and `false`
// to `0`, i.e. `IndexableBoolean`.
// N.B. Using `undefined` allows excluding an entry from an index. Useful