adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
425 stars 76 forks source link

Disabled eslint cuz it was causing issues due to the vars request/sen… #129

Closed DEADSEC-SECURITY closed 8 months ago

DEADSEC-SECURITY commented 2 years ago

Disabled eslint cuz it was causing issues due to the vars request/sender/sendResponse are unused

adambullmer commented 8 months ago

generally a bad idea to disable the lintier when a rule is violated. instead you would want to look at fixing the problem, or at the very least, disable only the one rule, and for the line(s) affected