Skip to content

Commit

Permalink
7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 30, 2021
1 parent c5ada10 commit ea1be9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions docs/rules/block-lang.md
Expand Up @@ -3,13 +3,12 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/block-lang
description: disallow use other than available `lang`
since: v7.15.0
---
# vue/block-lang

> disallow use other than available `lang`
- :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 disallows the use of languages other than those available in the your application for the lang attribute of block elements.
Expand Down Expand Up @@ -85,6 +84,10 @@ Same as `{ script: { allowNoLang: true } }`.

</eslint-code-block>

## :rocket: Version

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

## :mag: Implementation

- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/block-lang.js)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-use-computed-property-like-method.md
Expand Up @@ -3,13 +3,12 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/no-use-computed-property-like-method
description: disallow use computed property like method
since: v7.15.0
---
# vue/no-use-computed-property-like-method

> disallow use computed property like method
- :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 disallows to use computed property like method.
Expand Down Expand Up @@ -334,6 +333,10 @@ export default {

Nothing.

## :rocket: Version

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

## :mag: Implementation

- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-use-computed-property-like-method.js)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue",
"version": "7.14.0",
"version": "7.15.0",
"description": "Official ESLint plugin for Vue.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit ea1be9f

Please sign in to comment.