Skip to content

Commit

Permalink
Fix irregular whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Oct 23, 2022
1 parent 8588b8e commit 4f5d47e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rules/vue/no-required-prop-with-default.d.ts
Expand Up @@ -15,21 +15,21 @@ 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)
*/
export type NoRequiredPropWithDefaultRuleConfig =
RuleConfig<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)
*/
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)
*/
Expand Down

0 comments on commit 4f5d47e

Please sign in to comment.