Skip to content

Commit 84026b4

Browse files
committedMay 22, 2021
Build: Remove an incorrect ESLint's jshintrc option
It's a leftover from the JSHint to ESLint migration.
1 parent 09cd676 commit 84026b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎Gruntfile.js

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ grunt.initConfig( {
88
tasks: "default"
99
},
1010
eslint: {
11-
options: {
12-
jshintrc: true
13-
},
1411
files: [ "*.js", "lib/**/*.js", "tasks/**/*.js" ]
1512
}
1613
} );

0 commit comments

Comments
 (0)
Please sign in to comment.