1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-07 12:40:05 +00:00

chore: update jsdoc header

This commit is contained in:
2022-08-12 15:59:58 +05:00
parent 623d4df79d
commit 4772aa70c6

View File

@@ -5,6 +5,7 @@ import { getLintConfig, getProjectRoot } from '.'
import { LintConfig } from '../types' import { LintConfig } from '../types'
/** /**
* A function to check if file/folder path matches any pattern from .gitignore or ignoreList (.sasjsLint)
* *
* @param fPath absolute path of file or folder * @param fPath absolute path of file or folder
* @returns {Promise<boolean>} true if path matches the patterns from .gitignore file otherwise false * @returns {Promise<boolean>} true if path matches the patterns from .gitignore file otherwise false