Skip to content

Commit 38cad5a

Browse files
committed
Don't ignore unused React variable
I added it just for convenience, but in hindsight, it doesn't belong here.
1 parent c3c59a6 commit 38cad5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ module.exports = {
153153
'error',
154154
{
155155
vars: 'all',
156-
varsIgnorePattern: '^React$',
157156
args: 'after-used',
158157
ignoreRestSiblings: true,
159158
argsIgnorePattern: '^_$',

0 commit comments

Comments
 (0)