diff options
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 50365a09e..ac50d978f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -79,7 +79,8 @@ module.exports = { }, ], 'simple-import-sort/exports': 'error', - 'react-compiler/react-compiler': 'warn', + // TODO: Reenable when we figure out why it gets stuck on CI. + // 'react-compiler/react-compiler': 'error', 'no-restricted-imports': [ 'error', { |