Remove @prettier
pragmas
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
/**
|
||||
* @prettier
|
||||
*/
|
||||
import is from '@sindresorhus/is';
|
||||
|
||||
import { Collection as BackboneCollection } from '../types/backbone/Collection';
|
||||
|
@@ -1,6 +1,3 @@
|
||||
/**
|
||||
* @prettier
|
||||
*/
|
||||
import * as Conversation from './Conversation';
|
||||
import * as Views from './views';
|
||||
|
||||
|
@@ -1,6 +1,3 @@
|
||||
/**
|
||||
* @prettier
|
||||
*/
|
||||
export const show = (element: HTMLElement): void => {
|
||||
const container: HTMLDivElement | null = document.querySelector(
|
||||
'.lightbox-container'
|
||||
|
@@ -1,6 +1,3 @@
|
||||
/**
|
||||
* @prettier
|
||||
*/
|
||||
import * as Lightbox from './Lightbox';
|
||||
|
||||
export { Lightbox };
|
||||
|
Reference in New Issue
Block a user