]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/nonblock-statement-body-position.js
import 8.4.0 source
[pve-eslint.git] / eslint / lib / rules / nonblock-statement-body-position.js
index 7ed541b3802750a4f9f093569dbaeb3945fddc4e..c177cf34cee880c4c8aa6c6942088f2bc8052924 100644 (file)
@@ -10,6 +10,7 @@
 
 const POSITION_SCHEMA = { enum: ["beside", "below", "any"] };
 
+/** @type {import('../shared/types').Rule} */
 module.exports = {
     meta: {
         type: "layout",