Skip to content

Commit

Permalink
fix(*): export types from package
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-acondy committed Mar 24, 2021
1 parent f10e6e5 commit c88aa8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { lint } from './lint'
export * from './types'
5 changes: 5 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export * from './Diagnostic'
export * from './LintConfig'
export * from './LintRule'
export * from './LintRuleType'
export * from './Severity'

0 comments on commit c88aa8b

Please sign in to comment.