Skip to content

Commit

Permalink
Merge pull request #18 from MailOnline/remove-deprecated-option
Browse files Browse the repository at this point in the history
remove deprecate 'no-unused-variable'
  • Loading branch information
jngk2 authored Jan 16, 2020
2 parents 27d4e09 + b5688ab commit 022ce31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ module.exports = {
'no-floating-promises': true,
'no-inferrable-types': true,
'no-non-null-assertion': true,
'no-unused-variable': true,
'promise-function-async': true,
'restrict-plus-operands': true
}
Expand Down

0 comments on commit 022ce31

Please sign in to comment.