We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b68485 commit 467e8a8Copy full SHA for 467e8a8
Gruntfile.js
@@ -7,15 +7,15 @@ module.exports = function (grunt) {
7
jshint: {
8
all: [
9
"Gruntfile.js",
10
- "./*.js"
+ "plugins/*.js"
11
],
12
options: {
13
jshintrc: ".jshintrc",
14
},
15
16
17
jsbeautifier: {
18
- files: ["Gruntfile.js", "./*.js"],
+ files: ["Gruntfile.js", "plugins/*.js"],
19
20
config: ".jshintrc",
21
js: {
maybe.js renamed to plugins/maybe.js
0 commit comments