Skip to content

Commit 9f506cd

Browse files
committed
chore(lint): remove unused lint checks
Now that we have --noImplicitAny we don't need these checks for explicit types in specific locations. Also re-enable the check to disallow keywords as variable names.
1 parent 729dc3b commit 9f506cd

File tree

3 files changed

+1
-103
lines changed

3 files changed

+1
-103
lines changed

tools/tslint/requireParameterTypeRule.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

tools/tslint/requireReturnTypeRule.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"requireInternalWithUnderscore": true,
44
"duplicateModuleImport": true,
55
"semicolon": true,
6-
"variable-name": false
6+
"variable-name": [true, "ban-keywords"]
77
}
88
}

0 commit comments

Comments
 (0)