Skip to content

Commit

Permalink
7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed May 29, 2021
1 parent d03ce92 commit bf6e4ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/rules/require-emit-validator.md
Expand Up @@ -3,12 +3,12 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/require-emit-validator
description: require type definitions in emits
since: v7.10.0
---
# vue/require-emit-validator

> require type definitions in emits
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
- :gear: This rule is included in .

## :book: Rule Details
Expand Down Expand Up @@ -55,6 +55,10 @@ Nothing.

- [API Reference](https://v3.vuejs.org/api/options-data.html#emits)

## :rocket: Version

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

## :mag: Implementation

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

0 comments on commit bf6e4ea

Please sign in to comment.