FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stream-chat-react-native/.prettierrc at develop · GetStream/stream-chat-react-native · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
GetStream
/
stream-chat-react-native
Public
Notifications
You must be signed in to change notification settings
Fork
377
Star
1.2k
Code
Issues
3
Pull requests
3
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
stream-chat-react-native
/
.prettierrc
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 412 Bytes
Breadcrumbs
stream-chat-react-native
/
.prettierrc
Copy path
File metadata and controls
21 lines (21 loc) · 412 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"arrowParens": "always",
"jsxSingleQuote": true,
"printWidth": 100,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"overrides": [
{
"files": ["*.md", "*.mdx"],
"options": {
"arrowParens": "avoid",
"jsxSingleQuote": true,
"printWidth": 120,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}
}
]
}
Back
|
FazBrowse Home
|
New Git URL