Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit c8656f4

Browse files
committed
Add all JS files to JSHint
1 parent 17ef7c2 commit c8656f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gruntfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ module.exports = function (grunt) {
1616
all: [
1717
'Gruntfile.js',
1818
'app/index.js',
19+
'lib/*.js',
20+
'page/index.js',
21+
'module/index.js',
22+
'jqueryplugin/index.js',
23+
'page/index.js',
1924
'<%= mochaTest.test.src%>'
2025
],
2126
options: {

0 commit comments

Comments
 (0)