Skip to content

Commit

Permalink
disable ignoring unused vars prefixed with _ (facebook#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoshi authored and romaindso committed Jul 10, 2017
1 parent 999f272 commit aa6a892
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 aa6a892

Please sign in to comment.