Skip to content

Commit 1752458

Browse files
committedSep 10, 2019
fix(typescript): correct rule name
1 parent 295d06c commit 1752458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎rules/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
'@typescript-eslint/no-parameter-properties': ['off'],
4141
'@typescript-eslint/no-require-imports': ['off'],
4242
'@typescript-eslint/no-this-alias': ['off'],
43-
'@typescript-eslint/no-triple-slash-reference': ['error'],
43+
'@typescript-eslint/triple-slash-reference': ['error'],
4444
'@typescript-eslint/no-type-alias': ['off'],
4545
'@typescript-eslint/no-unnecessary-qualifier': ['off'],
4646
'@typescript-eslint/no-unnecessary-type-assertion': ['off'],

0 commit comments

Comments
 (0)
Please sign in to comment.