]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-fallthrough.js
import 8.4.0 source
[pve-eslint.git] / eslint / lib / rules / no-fallthrough.js
index bf2c82514bb2d1b376a41f58cf8008416eb819e1..f3b7c8554ad7b232d3805dba4877b25c7977d2f1 100644 (file)
@@ -58,6 +58,7 @@ function hasBlankLinesBetween(node, token) {
 // Rule Definition
 //------------------------------------------------------------------------------
 
+/** @type {import('../shared/types').Rule} */
 module.exports = {
     meta: {
         type: "problem",