forked from microsoft/accessibility-insights-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
copyright-header.config.json
68 lines (68 loc) · 1.6 KB
/
copyright-header.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"license": "copyright-header.txt",
"ignore": [
"./.dependabot",
"./.git",
"./.github",
"./.swcrc",
"./.vs",
"./.vscode",
"./.yarn",
"./dist",
"./docs/art/ada-cat.ansi256.txt",
"./docs/LICENSE.txt",
"./drop",
"./extension",
"./node_modules",
"./package",
"./packages/*/bundle",
"./packages/*/drop",
"./src/assessments/color/test-steps/flashing-text-example.html",
"./analysis",
".gitattribute",
".gitattributes",
".ignoredRevs",
"**/*.a11ywebassessment",
"**/.DS_Store",
"**/*.icns",
"**/*.scss.d.ts",
"**/*.snap",
"**/*.snap.html",
"**/*.svg",
"**/*.mp3",
"**/.vs",
"**/bundle",
"**/drop",
"**/test-results",
"**/yarn.lock",
"Dockerfile",
".eslintignore",
"**/*.plist",
"./src/DetailsView/components/generated-validate-assessment-json.js"
],
"licenseFormats": {
"yaml|npmrc|yml|ps1|gitignore|dockerignore|prettierignore|yarnrc|nsh": {
"eachLine": {
"prepend": "# "
}
},
"bat": {
"eachLine": {
"prepend": ":: "
}
},
"md": {
"prepend": "<!--",
"append": "-->"
},
"ts|tsx|d.ts|js|scss|css": {
"eachLine": {
"prepend": "// "
}
}
},
"defaultFormat": {
"prepend": "/*",
"append": "*/"
}
}