Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
'lodash/prefer-matches': 'off' for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Nov 21, 2019
1 parent 2312c4e commit 1d0172f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ module.exports = {
// bad for typescript, lowers type inference
'lodash/matches-prop-shorthand': ['error', 'never'],
'lodash/matches-shorthand': ['error', 'never'],
'lodash/prefer-matches': 'off',
'lodash/prop-shorthand': ['error', 'never'],

// -------------------------------------------------------------------------
Expand Down

0 comments on commit 1d0172f

Please sign in to comment.