Closed junnopham closed 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:
tab
from function's parmaeterstab
for something, e.g.: console.log(tab.title)
no-unused-vars
, see https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments
I have a problem while creating a new project and can't run the build command.