UNPKG
@osobh/reactar
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
AR Library for React Native and Expo
github.com/osobh/reactAR
osobh/reactAR
@osobh/reactar
/
.prettierrc
9 lines
•
224 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
,
"overrides"
:
[
{
"files"
:
"*.ts"
,
"options"
:
{
"parser"
:
"typescript"
}
}
]
,
"semi"
:
true
,
"jsxSingleQuote"
:
false
,
"useTabs"
:
false
,
"tabWidth"
:
2
}