]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-proto.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / no-proto.js
index e6659e59c6bc274288b9b51c5d9940e348ce5606..771d206a88d2e1e874736e19b23c0436a1b39dab 100644 (file)
@@ -21,7 +21,7 @@ module.exports = {
         type: "suggestion",
 
         docs: {
-            description: "disallow the use of the `__proto__` property",
+            description: "Disallow the use of the `__proto__` property",
             recommended: false,
             url: "https://eslint.org/docs/rules/no-proto"
         },