]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/generator-star-spacing.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / generator-star-spacing.js
index 28e81013fcb95ef11db343deeb51c7ab37d81e75..d32b21fff5c54f6a6909367363f7757122d8aa17 100644 (file)
@@ -31,7 +31,7 @@ module.exports = {
         type: "layout",
 
         docs: {
-            description: "enforce consistent spacing around `*` operators in generator functions",
+            description: "Enforce consistent spacing around `*` operators in generator functions",
             recommended: false,
             url: "https://eslint.org/docs/rules/generator-star-spacing"
         },