adambullmer / vue-cli-plugin-browser-extension

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

Content script naming consistency #38

Closed franciscolourenco closed 5 years ago

franciscolourenco commented 5 years ago

Mixed use of underscores and dashes. Is this intentional? /content_scripts/content-script.js

What about renaming content/content.js?

adambullmer commented 5 years ago

Going with a slightly verbose /content-scripts/content-script.js. Going to also swing around and make sure that the other modules are hyphen/kebab case instead of underscore/snake case