]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/strict.js
import 8.4.0 source
[pve-eslint.git] / eslint / lib / rules / strict.js
index 24af39dabee3889504a3e7d4856ad81b1d2c35ca..0ea1da5677ed6daaa8e2790e0fa9e0895a7a8327 100644 (file)
@@ -63,6 +63,7 @@ function isSimpleParameterList(params) {
 // Rule Definition
 //------------------------------------------------------------------------------
 
+/** @type {import('../shared/types').Rule} */
 module.exports = {
     meta: {
         type: "suggestion",