fixup node-red-nodes grunt test

This commit is contained in:
Dave Conway-Jones
2024-06-30 17:19:46 +01:00
parent dba4451f57
commit 35c4061748
4 changed files with 13 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ module.exports = function(grunt) {
},
jshint: {
options: {
jshintrc:true // Use external jshinrc file configured as below
jshintrc:true // Use external jshintrc file configured as below
// http://www.jshint.com/docs/options/
//"asi": true, // allow missing semicolons
//"curly": true, // require braces