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:
@@ -1,3 +1,3 @@
|
||||
export { lintText, lintFile } from './lint'
|
||||
export * from './lint'
|
||||
export * from './types'
|
||||
export * from './utils'
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
export { lintText, lintFile, lintFolder, lintProject } from './lint'
|
||||
export * from './lintText'
|
||||
export * from './lintFile'
|
||||
export * from './lintFolder'
|
||||
export * from './lintProject'
|
||||
|
||||
Reference in New Issue
Block a user