1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

chore: change single to double quotes

This commit is contained in:
Allan Bowe
2023-02-20 09:42:28 +00:00
committed by GitHub
parent 80d0b39637
commit 40e90995f8

View File

@@ -25,7 +25,7 @@ Configuration is via a `.sasjslint` file with the following structure (these are
"hasMacroParentheses": true,
"ignoreList": ["sajsbuild/", "sasjsresults/"],
"indentationMultiple": 2,
"lineEndings": '',
"lineEndings": "",
"lowerCaseFileNames": true,
"maxDataLineLength": 80,
"maxHeaderLineLength": 80,