Skip to content

Commit

Permalink
Remove outdated fiber fields from ling config
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Jan 22, 2021
1 parent dea95eb commit 1297a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -116,7 +116,7 @@ module.exports = {
'react-internal/no-cross-fork-types': [
ERROR,
{
old: ['firstEffect', 'nextEffect'],
old: [],
new: [],
},
],
Expand Down

0 comments on commit 1297a66

Please sign in to comment.