]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/semi-style.js
import 8.4.0 source
[pve-eslint.git] / eslint / lib / rules / semi-style.js
index 2d17d028c2fb06b6cc2d824b0f338bba2e89e686..7952a9adff1632ca279d4db40ca089dea3b94388 100644 (file)
@@ -67,6 +67,7 @@ function isLastChild(node) {
     return nodeList !== null && nodeList[nodeList.length - 1] === node; // before `}` or etc.
 }
 
+/** @type {import('../shared/types').Rule} */
 module.exports = {
     meta: {
         type: "layout",