1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-16 00:30:05 +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

2
src/utils/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from './getLintConfig'
export * from './getProjectRoot'