Skip to content

Commit 467e8a8

Browse files
committed
add maybe plugins
1 parent 6b68485 commit 467e8a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ module.exports = function (grunt) {
77
jshint: {
88
all: [
99
"Gruntfile.js",
10-
"./*.js"
10+
"plugins/*.js"
1111
],
1212
options: {
1313
jshintrc: ".jshintrc",
1414
},
1515
},
1616

1717
jsbeautifier: {
18-
files: ["Gruntfile.js", "./*.js"],
18+
files: ["Gruntfile.js", "plugins/*.js"],
1919
options: {
2020
config: ".jshintrc",
2121
js: {
File renamed without changes.

0 commit comments

Comments
 (0)