]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/keyword-spacing.js
import 8.4.0 source
[pve-eslint.git] / eslint / lib / rules / keyword-spacing.js
index 44222e1a493f68ce3bae6570cbcde386e6c23380..956fc42656d17662383553819a4e1cc25bbdc91d 100644 (file)
@@ -61,6 +61,7 @@ function isCloseParenOfTemplate(token) {
 // Rule Definition
 //------------------------------------------------------------------------------
 
+/** @type {import('../shared/types').Rule} */
 module.exports = {
     meta: {
         type: "layout",