2020-02-13 04:52:40 +03:00
|
|
|
{
|
2020-02-19 22:38:02 +03:00
|
|
|
"ignore": [
|
|
|
|
".git",
|
2020-02-27 23:16:58 +03:00
|
|
|
"./.dependabot",
|
2020-02-19 22:38:02 +03:00
|
|
|
"**/yarn.lock",
|
2020-02-27 20:00:26 +03:00
|
|
|
"**/.github/pull_request_template.md",
|
2020-02-19 22:38:02 +03:00
|
|
|
"**/CODEOWNERS",
|
|
|
|
"package.json",
|
2020-02-20 05:10:42 +03:00
|
|
|
"cred-scan-suppressions.json",
|
2020-02-19 22:38:02 +03:00
|
|
|
"**/node_modules",
|
|
|
|
"**/.gitattributes",
|
|
|
|
"**/test-results",
|
2020-02-25 23:26:07 +03:00
|
|
|
"**/dist",
|
2020-08-27 20:20:39 +03:00
|
|
|
"**/*.snap",
|
|
|
|
"NOTICES.txt"
|
2020-02-19 22:38:02 +03:00
|
|
|
],
|
2020-02-13 04:52:40 +03:00
|
|
|
"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"
|
|
|
|
}
|