Skip to content

Commit

Permalink
fix(typescript): correct rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Sep 10, 2019
1 parent 295d06c commit 1752458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/typescript.js
Expand Up @@ -40,7 +40,7 @@ module.exports = {
'@typescript-eslint/no-parameter-properties': ['off'],
'@typescript-eslint/no-require-imports': ['off'],
'@typescript-eslint/no-this-alias': ['off'],
'@typescript-eslint/no-triple-slash-reference': ['error'],
'@typescript-eslint/triple-slash-reference': ['error'],
'@typescript-eslint/no-type-alias': ['off'],
'@typescript-eslint/no-unnecessary-qualifier': ['off'],
'@typescript-eslint/no-unnecessary-type-assertion': ['off'],
Expand Down

0 comments on commit 1752458

Please sign in to comment.