mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
56 lines
986 B
JSON
56 lines
986 B
JSON
{
|
|
"defaultFormat": {
|
|
"prepend": "",
|
|
"append": ""
|
|
},
|
|
"ignore": [
|
|
".husky/_/**/*",
|
|
".husky/pre-commit",
|
|
".parcel-cache",
|
|
"**/.*",
|
|
"!**/.*.js",
|
|
"**/*.EXAMPLE",
|
|
"**/*.json",
|
|
"**/*.md",
|
|
"**/*.txt",
|
|
"**/AUTHORS",
|
|
"**/CONTRIB*",
|
|
"**/coverage",
|
|
"**/test/fixtures",
|
|
"out",
|
|
"packages/jsdoc/test/specs/add-matchers.cjs",
|
|
"packages/jsdoc-template-legacy/static",
|
|
"tmp"
|
|
],
|
|
"license": ".license-header.txt",
|
|
"licenseFormats": {
|
|
"css|js|mjs|scss|ts": {
|
|
"prepend": "/*",
|
|
"eachLine": {
|
|
"prepend": " "
|
|
},
|
|
"append": "*/"
|
|
},
|
|
"njk": {
|
|
"prepend": "{#-",
|
|
"eachLine": {
|
|
"prepend": " "
|
|
},
|
|
"append": "-#}"
|
|
},
|
|
"tmpl": {
|
|
"prepend": "<?js /*",
|
|
"eachLine": {
|
|
"prepend": " "
|
|
},
|
|
"append": "*/ ?>"
|
|
},
|
|
"yaml": {
|
|
"eachLine": {
|
|
"prepend": "# "
|
|
}
|
|
}
|
|
},
|
|
"regexIdentifier": "%%"
|
|
}
|