]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/max-depth.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / max-depth.js
index 8006ffdef75634af55af5015865a45a7cf453888..6b428ced7635738de8b25a0250591f5e028aa0f3 100644 (file)
@@ -15,7 +15,7 @@ module.exports = {
         type: "suggestion",
 
         docs: {
-            description: "enforce a maximum depth that blocks can be nested",
+            description: "Enforce a maximum depth that blocks can be nested",
             recommended: false,
             url: "https://eslint.org/docs/rules/max-depth"
         },