Skip to content

Commit

Permalink
7.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Aug 10, 2021
1 parent 628f409 commit f6a1475
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/rules/valid-v-memo.md
Expand Up @@ -3,13 +3,12 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/valid-v-memo
description: enforce valid `v-memo` directives
since: v7.16.0
---
# vue/valid-v-memo

> enforce valid `v-memo` directives
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

This rule checks whether every `v-memo` directive is valid.

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

- [API - v-memo](https://v3.vuejs.org/api/directives.html#v-memo)

## :rocket: Version

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

## :mag: Implementation

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

0 comments on commit f6a1475

Please sign in to comment.