mirror of
https://github.com/sasjs/lint.git
synced 2026-01-04 03:10:06 +00:00
chore(*): split lint module into smaller submodules, added tests
This commit is contained in:
6
src/types/Process.d.ts
vendored
Normal file
6
src/types/Process.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare namespace NodeJS {
|
||||
export interface Process {
|
||||
projectDir: string
|
||||
currentDir: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user