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
10 lines
218 B
JSON
10 lines
218 B
JSON
{
|
|
"rules": {
|
|
"requireInternalWithUnderscore": true,
|
|
"duplicateModuleImport": true,
|
|
"enforce-copyright-header": true,
|
|
"semicolon": true,
|
|
"variable-name": [true, "ban-keywords"]
|
|
}
|
|
}
|