Use webextensions env from eslint (#218)

This commit is contained in:
Martin Giger
2017-05-11 20:42:20 +02:00
committed by Kumar McMillan
parent 191ea11311
commit 8c61a66a80
2 changed files with 17 additions and 24 deletions
+14 -15
View File
@@ -1,16 +1,15 @@
{
"name": "eslint-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"eslint": "^3.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"author": "",
"license": "ISC"
}
"name": "eslint-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"eslint": "^3.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"author": "",
"license": "ISC"
}