angular-docs-cn/tslint.json
ScottSWu a5f2cc73f6 chore(lint): Add lint check for license headers
Added a tslint check to make sure all source files begin with a license
header (at the very beginning or after a `#!`).

Relates to #9380
2016-06-23 09:46:32 -07:00

10 lines
218 B
JSON

{
"rules": {
"requireInternalWithUnderscore": true,
"duplicateModuleImport": true,
"enforce-copyright-header": true,
"semicolon": true,
"variable-name": [true, "ban-keywords"]
}
}