1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-11 01:44:36 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Krishna Acondy
c88aa8b3f6 fix(*): export types from package 2021-03-24 16:51:36 +00:00
2 changed files with 6 additions and 0 deletions

View File

@@ -1 +1,2 @@
export { lint } from './lint'
export * from './types'

5
src/types/index.ts Normal file
View File

@@ -0,0 +1,5 @@
export * from './Diagnostic'
export * from './LintConfig'
export * from './LintRule'
export * from './LintRuleType'
export * from './Severity'