You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir "bug"cd bug
git clone git@github.com:npfoss/vue-lint-bug.git demo
cd demo
yarn install
yarn run lint # finds the issue (mixed tabs/spaces). good!cd ../..
mkdir "bu(g)"cd"bu(g)"
git clone git@github.com:npfoss/vue-lint-bug.git demo
cd demo
yarn install
yarn run lint # says everything is fine. bad!
What is expected?
linting should be indifferent to the path to the project
What is actually happening?
if some grandparent directory has parentheses in the name the linter incorrectly says everything is fine
I'm not sure what's up with the environment info saying "Not found" for a bunch of things, like I definitely have npm, yarn, and the vue cli. Could be that I'm using a non-default folder for yarn global things (to avoid sudoing every time).
The text was updated successfully, but these errors were encountered:
Version
3.10.0
Reproduction link
https://github.com/npfoss/vue-lint-bug
Environment info
Steps to reproduce
What is expected?
linting should be indifferent to the path to the project
What is actually happening?
if some grandparent directory has parentheses in the name the linter incorrectly says everything is fine
I'm not sure what's up with the environment info saying "Not found" for a bunch of things, like I definitely have npm, yarn, and the vue cli. Could be that I'm using a non-default folder for yarn global things (to avoid sudoing every time).
The text was updated successfully, but these errors were encountered: