create working extension with eslint configured locally

This commit is contained in:
iampeterbanjo
2016-10-30 13:04:47 +01:00
parent 4b96f89caa
commit 23fe5e01db
10 changed files with 74 additions and 37 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"manifest_version": 2,
"description": "Example using eslint",
"name": "eslint-example",
"version": "1.0",
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/eslint-example",
"applications": {
"gecko": {
"id": "eslint-example@mozilla.org",
"strict_min_version": "49.0"
}
},
"browser_action": {
"default_icon": "icons/page-32.png",
"default_popup": "popup.html"
}
}