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

Update sasjslint-schema.json

This commit is contained in:
Allan Bowe
2022-11-08 16:52:20 +00:00
committed by GitHub
parent 9623828fc8
commit 1e25eab783

View File

@@ -58,7 +58,7 @@
},
"defaultHeader": {
"$id": "#/properties/defaultHeader",
"type": "boolean",
"type": "string",
"title": "defaultHeader",
"description": "This sets the default program header - applies when a SAS program does NOT begin with `/**`.",
"default": "/**{lineEnding} @file{lineEnding} @brief <Your brief here>{lineEnding} <h4> SAS Macros </h4>{lineEnding}**/",