]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/template-curly-spacing.js
import 8.3.0 source
[pve-eslint.git] / eslint / lib / rules / template-curly-spacing.js
index 26043bc912210a6930045fe77b448105b63bd5d5..5133a54539cb32e5dded906757d5c3565a328d99 100644 (file)
@@ -21,7 +21,6 @@ module.exports = {
 
         docs: {
             description: "require or disallow spacing around embedded expressions of template strings",
-            category: "ECMAScript 6",
             recommended: false,
             url: "https://eslint.org/docs/rules/template-curly-spacing"
         },