Skip to content

Commit

Permalink
chore(lint): replace enforce-copyright-header rule with the native eq…
Browse files Browse the repository at this point in the history
…uivalent
  • Loading branch information
alfaproject authored and vsavkin committed Oct 31, 2016
1 parent 938ed1c commit a0aecac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
32 changes: 0 additions & 32 deletions tools/tslint/enforceCopyrightHeaderRule.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node_modules/vrsource-tslint-rules/rules"
],
"rules": {
"enforce-copyright-header": true,
"file-header": [true, "Copyright Google Inc\\."],
"no-duplicate-imports": true,
"no-duplicate-variable": true,
"no-jasmine-focus": true,
Expand Down

0 comments on commit a0aecac

Please sign in to comment.