Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 4f5d47e

Browse files
committed
Fix irregular whitespace
1 parent 8588b8e commit 4f5d47e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rules/vue/no-required-prop-with-default.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ export type NoRequiredPropWithDefaultOptions = [
1515
];
1616

1717
/**
18-
* Enforce props with default values ​​to be optional.
18+
* Enforce props with default values to be optional.
1919
*
2020
* @see [no-required-prop-with-default](https://eslint.vuejs.org/rules/no-required-prop-with-default.html)
2121
*/
2222
export type NoRequiredPropWithDefaultRuleConfig =
2323
RuleConfig<NoRequiredPropWithDefaultOptions>;
2424

2525
/**
26-
* Enforce props with default values ​​to be optional.
26+
* Enforce props with default values to be optional.
2727
*
2828
* @see [no-required-prop-with-default](https://eslint.vuejs.org/rules/no-required-prop-with-default.html)
2929
*/
3030
export interface NoRequiredPropWithDefaultRule {
3131
/**
32-
* Enforce props with default values ​​to be optional.
32+
* Enforce props with default values to be optional.
3333
*
3434
* @see [no-required-prop-with-default](https://eslint.vuejs.org/rules/no-required-prop-with-default.html)
3535
*/

0 commit comments

Comments
 (0)