UNPKG
cordova-plugin-splashscreen-iphonex-support
Version:
latest (1.0.1)
1.0.1
1.0.0
Cordova Splashscreen Plugin with iPhone X support
cordova-plugin-splashscreen-iphonex-support
/
.jshintrc
17 lines
(16 loc)
•
283 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"browser"
:
true
,
"devel"
:
true
,
"bitwise"
:
true
,
"undef"
:
true
,
"trailing"
:
true
,
"quotmark"
:
false
,
"indent"
:
4
,
"unused"
:
"vars"
,
"latedef"
:
"nofunc"
,
"globals"
:
{
"module"
:
false
,
"exports"
:
false
,
"require"
:
false
}
}