Skip to content

Commit

Permalink
disable ignoring unused vars prefixed with _ (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoshi authored and gaearon committed May 11, 2017
1 parent 942cf62 commit efd99a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/eslint-config-react-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ module.exports = {
'no-unused-vars': [
'warn',
{
vars: 'local',
varsIgnorePattern: '^_',
args: 'none',
ignoreRestSiblings: true,
},
Expand Down

0 comments on commit efd99a9

Please sign in to comment.