Skip to content

Commit efd99a9

Browse files
sidoshigaearon
authored andcommittedMay 11, 2017
disable ignoring unused vars prefixed with _ (#1763)
1 parent 942cf62 commit efd99a9

File tree

1 file changed

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

1 file changed

+0
-2
lines changed
 

Diff for: ‎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)