frontend client for gemstone. decentralised workplace app
1
fork

Configure Feed

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

chore: lint rule for using our stack component

serenity dafa1a5e d10792b1

+5
+5
eslint.config.js
··· 11 11 importNames: ["Text"], 12 12 message: 13 13 "Don't use base React Native's Text component. Instead, use the Text component exported by @/components/primitives/Text", 14 + },{ 15 + name: "react-native", 16 + importNames: ["Stack"], 17 + message: 18 + "Don't use base React Native's Stack component. Instead, use the Stack component exported by @/components/primitives/Stack", 14 19 }, 15 20 ]; 16 21