1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-07 20:50:04 +00:00

chore: updated tests

This commit is contained in:
Saad Jutt
2021-04-05 22:58:59 +05:00
parent 86554a074c
commit 2f07bfa0a1
6 changed files with 46 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ export class LintConfig {
this.pathLintRules.push(lowerCaseFileNames)
}
if (json?.hasMacroNameInMend !== undefined) {
if (json?.hasMacroNameInMend) {
this.fileLintRules.push(hasMacroNameInMend)
}
}