0
我正在使用jslint修復jslint違規。在這裏,我修復了違規並忽略JSLint.net.json文件中的文件。如何解決jslint警告?
之後,當我建立項目時,我看到了jslint net json文件中的警告。
警告:數組元素後缺少逗號。我如何解決這個警告?
我JSlintNet JSON文件:
{
"version": "2.3.0",
"output": "Warning",
"module": true,
"ignore": [
"\\Scripts\\Menu\\fileone.js",
"\\Scripts\\Menu\\filetwo.js",
"\\Scripts\\Others\\filethree.js",
"\\Scripts\\Others\\filefour.js",
"\\Scripts\\Others\\filefive.js",
"\\Scripts\\Others\\filesix.js",
"\\Scripts\\Others\\fileseven.js",
"\\Scripts\\Others\\fileeight.js"
],
"options": {
"this": true,
"for": true,
"browser": true,
"single": true,
"devel": true,
"sloppy": true
},
"globalVariables": [
"$",
"swal",
"window"
],
"runOnBuild": false,
"cancelBuild": false
}