Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c45d55

Browse filesBrowse files
committed
9.33.0
1 parent 14450d2 commit 9c45d55
Copy full SHA for 9c45d55

File tree

2 files changed

+6
-2
lines changed
Filter options

2 files changed

+6
-2
lines changed

‎docs/rules/no-implicit-coercion.md

Copy file name to clipboardExpand all lines: docs/rules/no-implicit-coercion.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/no-implicit-coercion
55
description: Disallow shorthand type conversions in `<template>`
6+
since: v9.33.0
67
---
78

89
# vue/no-implicit-coercion
910

1011
> Disallow shorthand type conversions in `<template>`
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> _**This rule has not been released yet.**_ </badge>
1313
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule.
1414

1515
This rule is the same rule as core [no-implicit-coercion] rule but it applies to the expressions in `<template>`.
@@ -20,6 +20,10 @@ This rule is the same rule as core [no-implicit-coercion] rule but it applies to
2020

2121
[no-implicit-coercion]: https://eslint.org/docs/rules/no-implicit-coercion
2222

23+
## :rocket: Version
24+
25+
This rule was introduced in eslint-plugin-vue v9.33.0
26+
2327
## :mag: Implementation
2428

2529
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-implicit-coercion.js)

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "9.32.0",
3+
"version": "9.33.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.