-
Notifications
You must be signed in to change notification settings - Fork 520
Commit 8d65def
Add tslint rule file-header to enforce copyright in TS files (#1396)
I would like to add a "fix" string which this page says is supported:
https://palantir.github.io/tslint/rules/file-header/
But the comment style of the fix doesn't follow our style and is
apparently not configurable.
```
/*!
* copyright line
*/
```
Fix #1394 1 parent ef63eea commit 8d65def
1 file changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | - | ||
10 | + | ||
11 | + | ||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
|
0 commit comments