Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit c21ef93

Browse files
Abdul HagiAbdul Hagi
authored andcommitted
Merge branch 'master' of github.com:angular-ui/ui-calendar
Conflicts: package.json
2 parents b0ec176 + d280eb8 commit c21ef93

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

gruntFile.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ module.exports = function (grunt) {
2525
options: testConfig('test/test.conf.js')
2626
}
2727
},
28-
jshint:{
29-
files:['src/**/*.js', 'test/**/*.js', 'demo/**/*.js'],
30-
options:{
31-
curly:true,
32-
eqeqeq:true,
33-
immed:true,
34-
latedef:true,
35-
newcap:true,
36-
noarg:true,
37-
sub:true,
38-
boss:true,
39-
eqnull:true,
40-
globals:{}
28+
jshint: {
29+
files: ['src/**/*.js', 'test/**/*.js', 'demo/**/*.js'],
30+
options: {
31+
curly: true,
32+
eqeqeq: true,
33+
immed: true,
34+
latedef: 'nofunc',
35+
newcap: true,
36+
noarg: true,
37+
sub: true,
38+
boss: true,
39+
eqnull: true,
40+
globals: {}
4141
}
4242
},
4343
uglify: {

0 commit comments

Comments
 (0)