Skip to content

Commit

Permalink
Don't ignore unused React variable
Browse files Browse the repository at this point in the history
I added it just for convenience, but in hindsight, it doesn't belong here.
  • Loading branch information
sindresorhus committed Jan 26, 2019
1 parent c3c59a6 commit 38cad5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ module.exports = {
'error',
{
vars: 'all',
varsIgnorePattern: '^React$',
args: 'after-used',
ignoreRestSiblings: true,
argsIgnorePattern: '^_$',
Expand Down

0 comments on commit 38cad5a

Please sign in to comment.