Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Temporary] Disable React Compiler lint rules (#4172)

authored by

dan and committed by
GitHub
0c2fb135 bf8db617

+2 -1
+2 -1
.eslintrc.js
··· 68 68 }, 69 69 ], 70 70 'simple-import-sort/exports': 'warn', 71 - 'react-compiler/react-compiler': 'error', 71 + // TODO: Reenable when we figure out why it gets stuck on CI. 72 + // 'react-compiler/react-compiler': 'error', 72 73 }, 73 74 ignorePatterns: [ 74 75 '**/__mocks__/*.ts',