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};