UNPKG
diogo-cordova-plugin-splashscreen
Version:
latest (5.0.3)
5.0.21
5.0.20
5.0.3
5.0.2
5.0.1
1.0.0
Cordova Splashscreen Plugin
cordova.apache.org
apache/cordova-plugin-splashscreen
diogo-cordova-plugin-splashscreen
/
.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
}
}