From 4f5d47e429781688923146ccc16a409bcadcb51f Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Sun, 23 Oct 2022 11:55:56 +0200 Subject: [PATCH] Fix irregular whitespace --- src/rules/vue/no-required-prop-with-default.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rules/vue/no-required-prop-with-default.d.ts b/src/rules/vue/no-required-prop-with-default.d.ts index 65ed8147..6604ce7a 100644 --- a/src/rules/vue/no-required-prop-with-default.d.ts +++ b/src/rules/vue/no-required-prop-with-default.d.ts @@ -15,7 +15,7 @@ export type NoRequiredPropWithDefaultOptions = [ ]; /** - * Enforce props with default values ​​to be optional. + * Enforce props with default values to be optional. * * @see [no-required-prop-with-default](https://eslint.vuejs.org/rules/no-required-prop-with-default.html) */ @@ -23,13 +23,13 @@ export type NoRequiredPropWithDefaultRuleConfig = RuleConfig; /** - * Enforce props with default values ​​to be optional. + * Enforce props with default values to be optional. * * @see [no-required-prop-with-default](https://eslint.vuejs.org/rules/no-required-prop-with-default.html) */ export interface NoRequiredPropWithDefaultRule { /** - * Enforce props with default values ​​to be optional. + * Enforce props with default values to be optional. * * @see [no-required-prop-with-default](https://eslint.vuejs.org/rules/no-required-prop-with-default.html) */