UNPKG
react-native-sip
Version:
latest (2.9.0)
2.9.0
2.8.9
2.8.8
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
SIP module for React Native
github.com/florindumitru/react-native-sip
florindumitru/react-native-sip
react-native-sip
/
.eslintrc
11 lines
(10 loc)
•
142 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"airbnb"
,
"parser"
:
"babel-eslint"
,
"plugins"
:
[
"react-native"
]
,
"rules"
:
{
"semi"
:
[
"error"
,
"never"
]
}
}