UNPKG
gulp-contains
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
Throws an error if a string is found.
github.com/callumacrae/gulp-contains
callumacrae/gulp-contains
gulp-contains
/
.jshintrc
20 lines
(18 loc)
•
285 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"bitwise"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"es3"
:
false
,
"forin"
:
false
,
"freeze"
:
true
,
"newcap"
:
true
,
"noarg"
:
true
,
"noempty"
:
true
,
"nonbsp"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
"strict"
:
true
,
"devel"
:
true
,
"node"
:
true
,
"mocha"
:
true
}