1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-04 03:10:06 +00:00

chore(*): export utils modules and default config

This commit is contained in:
Krishna Acondy
2021-03-26 09:13:07 +00:00
parent 3631f5c25c
commit 8fc3c39993
3 changed files with 9 additions and 2 deletions

View File

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