mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-08-12 22:15:39 +08:00
4.4.0
This commit is contained in:
12
tdd-guard/test/artifacts/javascript/file-with-issues.js
Normal file
12
tdd-guard/test/artifacts/javascript/file-with-issues.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// This file has intentional lint issues for testing
|
||||
var unusedVariable = 5;
|
||||
console.log("hello")
|
||||
console.log("hello")
|
||||
console.log("hello")
|
||||
|
||||
function tooManyParams(a, b, c, d, e, f) {
|
||||
return a + b;
|
||||
}
|
||||
|
||||
var x = 1
|
||||
var y = 2
|
||||
Reference in New Issue
Block a user