]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/prefer-exponentiation-operator.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / prefer-exponentiation-operator.js
index a291e8dec151648333588b279081237d9f7bbc70..fec5319723e44d757104747098341f77fd682cc3 100644 (file)
@@ -90,7 +90,7 @@ module.exports = {
         type: "suggestion",
 
         docs: {
-            description: "disallow the use of `Math.pow` in favor of the `**` operator",
+            description: "Disallow the use of `Math.pow` in favor of the `**` operator",
             recommended: false,
             url: "https://eslint.org/docs/rules/prefer-exponentiation-operator"
         },