Skip to content

Commit

Permalink
Top-level await breaks eslint-plugin-react-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed May 20, 2024
1 parent d18f164 commit 9a2d9a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,5 +436,14 @@ module.exports = {
'react/react-in-jsx-scope': 'error',
},
},
{
files: [
'packages/dependency-extraction-webpack-plugin/test/**',
'packages/interactivity-router/src/index.js',
],
rules: {
'react-compiler/react-compiler': 'off',
},
},
],
};

0 comments on commit 9a2d9a4

Please sign in to comment.