diff --git a/docs/rules/space-in-parens.md b/docs/rules/space-in-parens.md new file mode 100644 index 000000000..3b39305dc --- /dev/null +++ b/docs/rules/space-in-parens.md @@ -0,0 +1,23 @@ +--- +pageClass: rule-details +sidebarDepth: 0 +title: vue/space-in-parens +description: enforce consistent spacing inside parentheses +--- +# vue/space-in-parens +> enforce consistent spacing inside parentheses + +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. + +This rule is the same rule as core [space-in-parens] rule but it applies to the expressions in `