mirror of
https://github.com/sasjs/lint.git
synced 2026-04-21 13:21:30 +00:00
fix(*): export types from package
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
export { lint } from './lint'
|
export { lint } from './lint'
|
||||||
|
export * from './types'
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
export * from './Diagnostic'
|
||||||
|
export * from './LintConfig'
|
||||||
|
export * from './LintRule'
|
||||||
|
export * from './LintRuleType'
|
||||||
|
export * from './Severity'
|
||||||
Reference in New Issue
Block a user