UNPKG
lodash-decipher
Version:
latest (0.3.4)
0.3.4
0.3.4-1
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.1.1
0.1.0
LoDash Mixins from Decipher, Inc.
github.com/decipherinc/lodash-decipher
decipherinc/lodash-decipher
lodash-decipher
/
tasks
/
jshint.js
15 lines
(13 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'use strict'
;
module
.
exports
= {
main
: [
'Gruntfile.js'
,
'lib/**/*.js'
,
'test/**/*.js'
,
'tasks/**/*.js'
],
options
: {
jshintrc
:
true
,
reporter
:
require
(
'jshint-stylish'
) } };