]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-div-regex.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / no-div-regex.js
index 175f6c20104d3ad2e794370cf84244e0bdd68d94..dd1c5782a58940bb449bc50fff9020033edd3f0c 100644 (file)
@@ -15,7 +15,7 @@ module.exports = {
         type: "suggestion",
 
         docs: {
-            description: "disallow division operators explicitly at the beginning of regular expressions",
+            description: "Disallow division operators explicitly at the beginning of regular expressions",
             recommended: false,
             url: "https://eslint.org/docs/rules/no-div-regex"
         },