Skip to content

Commit a0aecac

Browse files
alfaprojectvsavkin
authored andcommitted
chore(lint): replace enforce-copyright-header rule with the native equivalent
1 parent 938ed1c commit a0aecac

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

tools/tslint/enforceCopyrightHeaderRule.ts

-32
This file was deleted.

tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"node_modules/vrsource-tslint-rules/rules"
55
],
66
"rules": {
7-
"enforce-copyright-header": true,
7+
"file-header": [true, "Copyright Google Inc\\."],
88
"no-duplicate-imports": true,
99
"no-duplicate-variable": true,
1010
"no-jasmine-focus": true,

0 commit comments

Comments
 (0)