Skip to content

Commit f7960c8

Browse files
committed
9.6.0
1 parent 228b49f commit f7960c8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/rules/no-required-prop-with-default.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/no-required-prop-with-default
55
description: enforce props with default values ​​to be optional
6+
since: v9.6.0
67
---
78
# vue/no-required-prop-with-default
89

910
> enforce props with default values ​​to be optional
1011
11-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1212
- :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.
1313
- :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
1414

@@ -99,6 +99,10 @@ This rule enforces all props with default values to be optional.
9999

100100
- [vue/require-default-prop](./require-default-prop.md)
101101

102+
## :rocket: Version
103+
104+
This rule was introduced in eslint-plugin-vue v9.6.0
105+
102106
## :mag: Implementation
103107

104108
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-required-prop-with-default.js)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "9.5.1",
3+
"version": "9.6.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)