Skip to content

Commit

Permalink
chore(*): fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-acondy committed Mar 31, 2021
1 parent 28d5e71 commit 86a6d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { lintText, lintFile } from './lint'
export * from './lint'
export * from './types'
export * from './utils'
5 changes: 4 additions & 1 deletion src/lint/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export { lintText, lintFile, lintFolder, lintProject } from './lint'
export * from './lintText'
export * from './lintFile'
export * from './lintFolder'
export * from './lintProject'

0 comments on commit 86a6d36

Please sign in to comment.