Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Warn when useState get/set names mismatch (#10166)

authored by

DS Boyce and committed by
GitHub
e0ea778e 9fe808f8

+1
+1
eslint.config.mjs
··· 127 127 */ 128 128 ...react.configs.recommended.rules, 129 129 ...react.configs['jsx-runtime'].rules, 130 + 'react/hook-use-state': 'warn', 130 131 'react/no-unescaped-entities': 'off', 131 132 'react/prop-types': 'off', 132 133 'react-native/no-inline-styles': 'off',