1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

chore(*): fix exports

This commit is contained in:
Krishna Acondy
2021-03-31 08:36:04 +01:00
parent 28d5e7121a
commit 86a6d36693
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
export { lintText, lintFile } from './lint'
export * from './lint'
export * from './types'
export * from './utils'

View File

@@ -1 +1,4 @@
export { lintText, lintFile, lintFolder, lintProject } from './lint'
export * from './lintText'
export * from './lintFile'
export * from './lintFolder'
export * from './lintProject'