Skip to content

Commit aa6a892

Browse files
sidoshiromaindso
authored andcommitted
disable ignoring unused vars prefixed with _ (facebook#1763)
1 parent 999f272 commit aa6a892

File tree

1 file changed

+0
-2
lines changed
  • packages/eslint-config-react-app

1 file changed

+0
-2
lines changed

packages/eslint-config-react-app/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ module.exports = {
135135
'no-unused-vars': [
136136
'warn',
137137
{
138-
vars: 'local',
139-
varsIgnorePattern: '^_',
140138
args: 'none',
141139
ignoreRestSiblings: true,
142140
},

0 commit comments

Comments
 (0)