Skip to content

Commit 4c8376e

Browse files
whitetrefoilyyx990803
authored andcommitted
eslint-html-plugin to eslint-plugin-html (vuejs#288)
1 parent 363be84 commit 4c8376e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/workflow/linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You may have been wondering how do you lint your code inside `*.vue` files, since they are not JavaScript. We will assume you are using [ESLint](http://eslint.org/) (if you are not, you should!).
44

5-
You will also need the [eslint-html-plugin](https://github.com/BenoitZugmeyer/eslint-plugin-html) with supports extracting and linting the JavaScript inside `*.vue` files.
5+
You will also need the [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) with supports extracting and linting the JavaScript inside `*.vue` files.
66

77
Make sure to include the plugin in your ESLint config:
88

0 commit comments

Comments
 (0)