1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-15 16:20:05 +00:00

feat(path-lint): add support for linting file names, add lint config schema

This commit is contained in:
Krishna Acondy
2021-03-24 19:37:51 +00:00
parent c88aa8b3f6
commit c92630a8f9
13 changed files with 237 additions and 18 deletions

View File

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