Skip to content

Commit 03ba30e

Browse files
committed
7.18.0
1 parent 8efec75 commit 03ba30e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/rules/component-api-style.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/component-api-style
55
description: enforce component API style
6+
since: v7.18.0
67
---
78
# vue/component-api-style
89

910
> enforce component API style
1011
11-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
12-
1312
## :book: Rule Details
1413

1514
This rule aims to make the API style you use to define Vue components consistent in your project.
@@ -138,6 +137,10 @@ export default {
138137

139138
</eslint-code-block>
140139

140+
## :rocket: Version
141+
142+
This rule was introduced in eslint-plugin-vue v7.18.0
143+
141144
## :mag: Implementation
142145

143146
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/component-api-style.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": "7.17.0",
3+
"version": "7.18.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)