Skip to content

Commit

Permalink
[eslint] fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 29, 2020
1 parent 4c8d8cc commit 530b0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/no-access-state-in-setstate.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ruleTester.run('no-access-state-in-setstate', rule, {
};
}
`,
parser: parsers.BABEL_ESLINT,
parser: parsers.BABEL_ESLINT
}],

invalid: [{
Expand Down

0 comments on commit 530b0e8

Please sign in to comment.