]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-this-before-super.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / no-this-before-super.js
index 929eded2443324755b16c6d0e07364e85bd0244a..b4e48e8626498afc65cd15d9c80178ff2d41cb4f 100644 (file)
@@ -40,7 +40,7 @@ module.exports = {
         type: "problem",
 
         docs: {
-            description: "disallow `this`/`super` before calling `super()` in constructors",
+            description: "Disallow `this`/`super` before calling `super()` in constructors",
             recommended: true,
             url: "https://eslint.org/docs/rules/no-this-before-super"
         },