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'