]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/brace-style.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / brace-style.js
index f4adb9490ebdf69a2837a6ce8ac94cb90ff13c14..52d89201b9e0870fce8c9d7c809f2f733da5f5d5 100644 (file)
@@ -17,7 +17,7 @@ module.exports = {
         type: "layout",
 
         docs: {
-            description: "enforce consistent brace style for blocks",
+            description: "Enforce consistent brace style for blocks",
             recommended: false,
             url: "https://eslint.org/docs/rules/brace-style"
         },