Skip to content

Commit

Permalink
fix(eslint): remove base no-useless-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
pathurs committed Sep 27, 2020
1 parent 39ef0e3 commit 79692d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,9 @@ const eslintRules = {
'no-useless-concat': [
'error'
],
// Replaced by @typescript-eslint/no-useless-constructor
'no-useless-constructor': [
'error'
'off'
],
'no-useless-escape': [
'error'
Expand Down

0 comments on commit 79692d8

Please sign in to comment.