]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-compare-neg-zero.js
import 8.4.0 source
[pve-eslint.git] / eslint / lib / rules / no-compare-neg-zero.js
index e8fdaa0cc6949335c55419d5e3a96efb50b6edf8..fb56b99c58b3db4e011cfdaae66aae7fed75c643 100644 (file)
@@ -8,6 +8,7 @@
 // Rule Definition
 //------------------------------------------------------------------------------
 
+/** @type {import('../shared/types').Rule} */
 module.exports = {
     meta: {
         type: "problem",