Skip to content

Commit

Permalink
8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 6, 2022
1 parent 4dfbe33 commit 83290b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docs/rules/no-restricted-html-elements.md
Expand Up @@ -3,13 +3,12 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/no-restricted-html-elements
description: disallow specific HTML elements
since: v8.6.0
---
# vue/no-restricted-html-elements

> disallow specific HTML elements
- :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 allows you to specify HTML elements that you don't want to use in your application.
Expand Down Expand Up @@ -90,6 +89,10 @@ The following properties can be specified for the object.

</eslint-code-block>

## :rocket: Version

This rule was introduced in eslint-plugin-vue v8.6.0

## :mag: Implementation

- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-restricted-html-elements.js)
Expand Down
6 changes: 5 additions & 1 deletion docs/rules/prefer-prop-type-boolean-first.md
Expand Up @@ -3,12 +3,12 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/prefer-prop-type-boolean-first
description: enforce `Boolean` comes first in component prop types
since: v8.6.0
---
# vue/prefer-prop-type-boolean-first

> enforce `Boolean` comes first in component prop types
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
- :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).

## :book: Rule Details
Expand Down Expand Up @@ -54,6 +54,10 @@ export default {

- [vue/prefer-true-attribute-shorthand](./prefer-true-attribute-shorthand.md)

## :rocket: Version

This rule was introduced in eslint-plugin-vue v8.6.0

## :mag: Implementation

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

0 comments on commit 83290b7

Please sign in to comment.