UNPKG
cordova-plugin-statusbar
Version:
latest (4.0.0)
4.0.0
3.0.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.1
1.0.0
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
Cordova StatusBar Plugin
github.com/apache/cordova-plugin-statusbar
apache/cordova-plugin-statusbar
cordova-plugin-statusbar
/
.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
}
}