From a7aa8bac592c39b8d5a2d3dd9ea5578805fd8b88 Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Mon, 22 Mar 2021 20:39:53 +0000 Subject: [PATCH] chore(*): fix code style --- src/format.ts | 4 +--- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/format.ts b/src/format.ts index 7dd78a1..96d852f 100644 --- a/src/format.ts +++ b/src/format.ts @@ -1,3 +1 @@ -export const format = (text: string) => { - -} \ No newline at end of file +export const format = (text: string) => {} diff --git a/src/index.ts b/src/index.ts index 1a6775c..4e8c421 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1 @@ -export { lint } from './lint' \ No newline at end of file +export { lint } from './lint'