Skip to content

Commit 1d38029

Browse files
committed
build: remove deletion-target tslint rule and increase line length to 140
Align a bit more with the CLI code standards
1 parent b5514c7 commit 1d38029

File tree

2 files changed

+2
-66
lines changed

2 files changed

+2
-66
lines changed

tools/tslint-rules/deletionTargetRule.ts

-63
This file was deleted.

tslint.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"rules": {
66
"max-line-length": [
77
true,
8-
100
8+
140
99
],
1010
// Disable this flag because of SHA tslint#48b0c597f9257712c7d1f04b55ed0aa60e333f6a
1111
// TSLint now shows warnings if types for properties are inferred. This rule needs to be
@@ -165,8 +165,7 @@
165165
"no-rxjs-patch-imports": [
166166
true,
167167
"modules/**/*.ts"
168-
],
169-
"deletion-target": true
168+
]
170169
},
171170
"linterOptions": {
172171
"format": "codeFrame",

0 commit comments

Comments
 (0)