We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c62e9 commit 9239393Copy full SHA for 9239393
docs/rules/require-explicit-emits.md
@@ -86,7 +86,7 @@ export default {
86
87
### `"allowProps": true`
88
89
-<eslint-code-block fix :rules="{'vue/require-explicit-emits': ['error', {allowProps: true}]}">
+<eslint-code-block :rules="{'vue/require-explicit-emits': ['error', {allowProps: true}]}">
90
91
```vue
92
<script>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-vue",
3
- "version": "7.0.0-beta.0",
+ "version": "7.0.0-beta.1",
4
"description": "Official ESLint plugin for Vue.js",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments