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
*/
export const show = (element: HTMLElement): void => {
const container: HTMLDivElement | null = document.querySelector(
'.lightbox-container'