We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecce994 commit 5aeb9a4Copy full SHA for 5aeb9a4
tslint.json
@@ -8,7 +8,10 @@
8
"rules": {
9
"file-header": [
10
true,
11
- "Copyright Google Inc\\."
+ {
12
+ "match": "Copyright Google LLC",
13
+ "allow-single-line-comments": false
14
+ }
15
],
16
"no-console": [
17
@@ -51,7 +54,10 @@
51
54
"jsRules": {
52
55
53
56
57
58
59
60
61
62
63
0 commit comments