JS: Update OK-style comments to $-style

This commit is contained in:
Asger F
2025-02-06 13:34:01 +01:00
parent 7e5c24a8ec
commit 9be041e27d
536 changed files with 4408 additions and 4762 deletions

View File

@@ -1,7 +1,7 @@
var a = [], // OK
b = [1], // OK
c = [1, 2], // OK
d = [1, , 2], // NOT OK
e = [1,], // OK
f = [1, 2, ,], // NOT OK
g = [,1]; // NOT OK
var a = [],
b = [1],
c = [1, 2],
d = [1, , 2], // $ Alert
e = [1,],
f = [1, 2, ,], // $ Alert
g = [,1]; // $ Alert