UNPKG
ladda-angular
Version:
latest (1.0.1)
1.0.1
1.0.0
Ladda button directive for angularjs
github.com/sachinchoolur/ladda-angular
ladda-angular
/
.jshintrc
19 lines
(18 loc)
•
326 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"node"
:
true
,
"browser"
:
true
,
"esnext"
:
true
,
"bitwise"
:
true
,
"camelcase"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"immed"
:
true
,
"indent"
:
2
,
"latedef"
:
true
,
"newcap"
:
true
,
"noarg"
:
true
,
"quotmark"
:
"single"
,
"undef"
:
true
,
"unused"
:
true
,
"strict"
:
true
}