Skip to content

npfoss/vue-lint-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup

This repo is exactly the autogenerated code from vue create demo (version 3.10.0) with default everything, plus one linting error introduced.

how to reproduce

mkdir "bug"
cd bug
git clone [email protected]: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 [email protected]:npfoss/vue-lint-bug.git demo
cd demo
yarn install
yarn run lint # says everything is fine. bad!

About

demonstrating the linting bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published