]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/dot-location.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / dot-location.js
index 9dea4f25cf78249b702ac185612068573f07a716..36b50b284cfe9998f6b0642452a50feea79f3fff 100644 (file)
@@ -17,7 +17,7 @@ module.exports = {
         type: "layout",
 
         docs: {
-            description: "enforce consistent newlines before and after dots",
+            description: "Enforce consistent newlines before and after dots",
             recommended: false,
             url: "https://eslint.org/docs/rules/dot-location"
         },