UNPKG
jw-ngclipboard
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Angularjs directive for clipboard.js
github.com/sachinchoolur/ngclipboard
sachinchoolur/ngclipboard
jw-ngclipboard
/
.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
}