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.
grunt-eslint
1 parent e865fdf commit 309052eCopy full SHA for 309052e
Gruntfile.js
@@ -50,7 +50,9 @@ function runIfNewNode( task ) {
50
return oldNode ? "print_old_node_message:" + task : task;
51
}
52
53
-require( "load-grunt-tasks" )( grunt );
+require( "load-grunt-tasks" )( grunt, {
54
+ pattern: oldNode ? [ "grunt-*", "!grunt-eslint" ] : [ "grunt-*" ]
55
+} );
56
57
grunt.initConfig( {
58
pkg: grunt.file.readJSON( "package.json" ),
0 commit comments