UNPKG
@react-native-ohos/react-native-inappbrowser-reborn
Version:
beta (3.7.1-rc.1)
latest (3.7.1-rc.1)
3.7.1-rc.1
InAppBrowser for React Native
gitcode.com/openharmony-sig/rntpc_react-native-inappbrowser
@react-native-ohos/react-native-inappbrowser-reborn
/
.eslintrc
19 lines
•
321 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"parser"
:
"
@babel
/eslint-parser"
,
"extends"
: [
"
@react
-native-community"
,
"plugin:flowtype/recommended"
,
"plugin:prettier/recommended"
],
"plugins"
: [
"flowtype"
],
"rules"
: {
"prettier/prettier"
: [
"error"
, {
"singleQuote"
: true } ] } }