Skip to content

Commit

Permalink
chore(.eslintrc.js): turn off no-useless-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed May 9, 2020
1 parent d54fdd9 commit 0c7d13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: ['prettier/@typescript-eslint', 'plugin:prettier/recommended'],
rules: {
'no-useless-constructor': false,
'@typescript-eslint/no-useless-constructor': 'off',
},
};

0 comments on commit 0c7d13a

Please sign in to comment.