File tree 2 files changed +26
-2
lines changed
2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "node" : true ,
3
+ "esnext" : true ,
4
+ "bitwise" : true ,
5
+ "camelcase" : true ,
6
+ "curly" : true ,
7
+ "eqeqeq" : true ,
8
+ "immed" : true ,
9
+ "indent" : 4 ,
10
+ "latedef" : true ,
11
+ "newcap" : false ,
12
+ "noarg" : true ,
13
+ "quotmark" : " single" ,
14
+ "undef" : true ,
15
+ "unused" : " vars" ,
16
+ "strict" : true ,
17
+ "trailing" : true ,
18
+ "noarg" : true ,
19
+ "nonew" : true ,
20
+ "maxlen" : 110 ,
21
+ "white" : true
22
+ }
Original file line number Diff line number Diff line change 10
10
},
11
11
"main" : " ./lib/main" ,
12
12
"scripts" : {
13
- "test" : " nodeunit tests/"
13
+ "test" : " nodeunit tests/" ,
14
+ "lint" : " jshint -c .jshintrc lib/* tests/*"
14
15
},
15
16
"licenses" : [
16
17
{
22
23
"contextify" : " >=0.1.6"
23
24
},
24
25
"devDependencies" : {
25
- "nodeunit" : " *"
26
+ "nodeunit" : " *" ,
27
+ "jshint" : " 2.1.11"
26
28
}
27
29
}
You can’t perform that action at this time.
0 commit comments