Skip to content

Commit ed221f2

Browse files
marco-millerbhufmann
authored andcommitted
TSLint: Fix unpermitted comments in VS Code's json
Before this change, each removed line caused [1] in VS Code. This file's extension being json and not jsonc, it shouldn't contain comments. [1] Comments are not permitted in JSON. (521) These removed lines can always be retrieved through file's git history, making these comments unnecessary. Signed-off-by: Marco Miller <marco.miller@ericsson.com>
1 parent 4fa4697 commit ed221f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tslint.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
],
99
"curly": true,
1010
"eofline": true,
11-
// "file-header": [
12-
// true,
13-
// "Copyright"
14-
// ],
1511
"forin": true,
1612
"indent": {
1713
"options": [

0 commit comments

Comments
 (0)