mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
exports.a = 23; // OK
|
||||
exports = 56; // NOT OK
|
||||
exports.a = 23;
|
||||
exports = 56; // $ Alert
|
||||
|
||||
Reference in New Issue
Block a user