Skip to content

Commit

Permalink
Merge branch 'main' into 17024-migrate-WorkspaceMembersPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Jun 7, 2023
2 parents f229aa8 + b77cf55 commit 68d6037
Show file tree
Hide file tree
Showing 346 changed files with 58,243 additions and 6,074 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ module.exports = {
importNames: ['useWindowDimensions'],
message: 'Please use useWindowDimensions from src/hooks/useWindowDimensions instead',
},
{
name: 'react-native',
importNames: ['TouchableOpacity', 'TouchableWithoutFeedback', 'TouchableNativeFeedback', 'TouchableHighlight'],
message: 'Please use PressableWithFeedback and/or PressableWithoutFeedback from src/components/Pressable instead',
},
],
},
],
Expand Down
1 change: 1 addition & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
self-hosted-runner:
labels:
- ubuntu-20.04-64core
- macos-12-xl
Loading

0 comments on commit 68d6037

Please sign in to comment.