mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-14 13:12:30 -05:00
Add missing dependency for eslint
This commit is contained in:
parent
3dbd17ff05
commit
652e1d2f3a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function eslint {
|
||||||
Then install with:
|
Then install with:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install -g eslint @babel/eslint-parser eslint-plugin-vue
|
npm install -g eslint @babel/eslint-parser @babel/preset-env eslint-plugin-vue
|
||||||
```
|
```
|
||||||
|
|
||||||
### Config
|
### Config
|
||||||
|
|
Loading…
Reference in a new issue