Skip to content

Commit 67e0f48

Browse files
jmosulmichalsnik
authored andcommitted
docs: fix typo in plugin name (#458)
1 parent d7e98dd commit 67e0f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The `vue-eslint-parser` uses the parser which is set by `parserOptions.parser` t
240240

241241
### Why doesn't it work on .vue file?
242242

243-
1. Make sure you don't have `eslint-plugin-html` in your config. The `eslint-plugin-html` extracts the content from `<script>` tags, but `eslint-vue-plugin` requires `<script>` tags and `<template>` tags in order to distinguish template and script in single file components.
243+
1. Make sure you don't have `eslint-plugin-html` in your config. The `eslint-plugin-html` extracts the content from `<script>` tags, but `eslint-plugin-vue` requires `<script>` tags and `<template>` tags in order to distinguish template and script in single file components.
244244

245245
```diff
246246
"plugins": [

0 commit comments

Comments
 (0)