]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/arrow-parens.js
import 8.4.0 source
[pve-eslint.git] / eslint / lib / rules / arrow-parens.js
index 4f4dea0e23735f402b145cc06b7da7a731850ad1..779ab6fe9c9c2aaf081f3a4c63e3359a1cb58897 100644 (file)
@@ -27,6 +27,7 @@ function hasBlockBody(node) {
 // Rule Definition
 //------------------------------------------------------------------------------
 
+/** @type {import('../shared/types').Rule} */
 module.exports = {
     meta: {
         type: "layout",