[Temporary] Disable React Compiler lint rules (#4172)
This commit is contained in:
+2
-1
@@ -68,7 +68,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
'simple-import-sort/exports': 'warn',
|
'simple-import-sort/exports': 'warn',
|
||||||
'react-compiler/react-compiler': 'error',
|
// TODO: Reenable when we figure out why it gets stuck on CI.
|
||||||
|
// 'react-compiler/react-compiler': 'error',
|
||||||
},
|
},
|
||||||
ignorePatterns: [
|
ignorePatterns: [
|
||||||
'**/__mocks__/*.ts',
|
'**/__mocks__/*.ts',
|
||||||
|
|||||||
Reference in New Issue
Block a user