We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cd676 commit 84026b4Copy full SHA for 84026b4
Gruntfile.js
@@ -8,9 +8,6 @@ grunt.initConfig( {
8
tasks: "default"
9
},
10
eslint: {
11
- options: {
12
- jshintrc: true
13
- },
14
files: [ "*.js", "lib/**/*.js", "tasks/**/*.js" ]
15
}
16
} );
0 commit comments