Open
Description
Info
- Platform: Win
- Vetur version: 0.18.1
- VS Code version: 1.33.1
Problem
There is no err msg from Vue Language Server Output.
If there is no local version prettier-eslint, and extend
in .eslintrc
, the prettier-eslint in vetur won't work as expect.
Reproducible Case
- prettier-eslint and work directory locate at totally diffrent directory
- there is a
extend: ["standard"]
in.eslintrc
It seems like eslint
try to lookup standard config by __dirname
but prettier-eslint and work directory in totally diffrent directory