From e20d76c21db300dc67d008d06b5bb94650c08a40 Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Thu, 29 Aug 2024 13:06:45 +0300 Subject: [PATCH] chore: lint --- .eslintignore | 3 ++- src/index.ts | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.eslintignore b/.eslintignore index 6afb065..3a3a9bc 100644 --- a/.eslintignore +++ b/.eslintignore @@ -8,4 +8,5 @@ node_modules /dist /build /cache -/coverage \ No newline at end of file +/coverage +/scripts \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index 25814d5..12934ed 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,3 @@ import {AttrsParser} from './attrs'; -export { - AttrsParser -} \ No newline at end of file +export {AttrsParser};