Kocal / vue-web-extension

🛠️ A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate) for quickly starting a web extension with Vue, Babel, ESLint and more!
https://vue-web-extension.netlify.app/
MIT License
1.58k stars 167 forks source link

Error when create project #652

Closed junnopham closed 3 years ago

junnopham commented 3 years ago

I have a problem while creating a new project and can't run the build command. 2

Kocal commented 3 years ago

Hi,

That's an ESLint issue, and it appears because the default generated fle background.js declare a tab parameter that is not used.

To get rid of this issue, you can: