Skip to content

Commit

Permalink
eslint: add some more ts rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmax committed Nov 6, 2019
1 parent 1d9660c commit 5398902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {

// typescript specific
'@typescript-eslint/no-unused-vars': WARN,
'@typescript-eslint/no-explicit-any': ERR,
},
}

0 comments on commit 5398902

Please sign in to comment.