accessibility-insights-action/license-check-and-add-confi...

36 строки
850 B
JSON
Исходник Обычный вид История

{
"ignore": [
".git",
"./.dependabot",
"**/yarn.lock",
"**/.github/pull_request_template.md",
"**/CODEOWNERS",
"package.json",
"cred-scan-suppressions.json",
"**/node_modules",
"**/.gitattributes",
"**/test-results",
"**/dist",
"**/*.snap",
"NOTICES.txt"
],
"license": "./copyright-header.txt",
"licenseFormats": {
"yaml|npmrc|yml|ps1|gitignore|dockerignore|prettierignore|yarnrc|nsh|sh": {
"eachLine": {
"prepend": "# "
}
},
"ts|tsx|d.ts|js|scss|css": {
"eachLine": {
"prepend": "// "
}
},
"md": {
"prepend": "<!--",
"append": "-->"
}
},
"trailingWhitespace": "TRIM"
}