1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-11 14:30:04 +00:00

chore: quick fix

This commit is contained in:
2022-12-29 00:47:54 +05:00
parent c0fdfc6ac9
commit 5c44ec400d
3 changed files with 14 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ export const DefaultLintConfiguration = {
noNestedMacros: true,
hasMacroParentheses: true,
strictMacroDefinition: true,
noGremlins: true,
defaultHeader: getDefaultHeader()
}