Skip to content

Commit

Permalink
7.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Sep 17, 2021
1 parent 8efec75 commit 03ba30e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/rules/component-api-style.md
Expand Up @@ -3,13 +3,12 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/component-api-style
description: enforce component API style
since: v7.18.0
---
# vue/component-api-style

> enforce component API style
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

## :book: Rule Details

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

</eslint-code-block>

## :rocket: Version

This rule was introduced in eslint-plugin-vue v7.18.0

## :mag: Implementation

- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/component-api-style.js)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue",
"version": "7.17.0",
"version": "7.18.0",
"description": "Official ESLint plugin for Vue.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 03ba30e

Please sign in to comment.