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