Skip to content

Commit

Permalink
Commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaladin committed Sep 11, 2023
1 parent c7251da commit e46b006
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"root": true,
"extends": "@react-native-community",
"rules": {
"prettier/prettier": 0,
"extends": ["@react-native-community"],
"rules": {
"no-unused-vars": 0,
"@typescript-eslint/no-unused-vars": 2,
"react-native/no-unused-styles": 2,
"react-native/no-single-element-style-arrays": 2
"react-native/no-single-element-style-arrays": 2,
"prettier/prettier": ["error", { "singleQuote": true }]
}
}
4 changes: 2 additions & 2 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ export default function App() {
categoryBgColor={COLORS.primary}
categoryTextColor={COLORS.white}
>
'Bangladesh is the center of BD high-tech industry. The city is also
Bangladesh is the center of BD high-tech industry. The city is also
known for its parks and nightlife Bangladesh is the center of BD
high-tech industry.
high-tech industry...
</Card>
<Div style={styles.radioBtnGroup}>
<IconButton
Expand Down

0 comments on commit e46b006

Please sign in to comment.