]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-with.js
import 8.4.0 source
[pve-eslint.git] / eslint / lib / rules / no-with.js
index 219a68094cb5bf78db440130a7f0d2d82746df8d..fc93f199f87ac036038454710f2c246b6d67a257 100644 (file)
@@ -9,6 +9,7 @@
 // Rule Definition
 //------------------------------------------------------------------------------
 
+/** @type {import('../shared/types').Rule} */
 module.exports = {
     meta: {
         type: "suggestion",