mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Allow contributors to lint individual examples
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "eslint .",
|
"test": "eslint .",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
|
"lint:cwd": "eslint $INIT_CWD",
|
||||||
"lint:fix": "eslint . --fix"
|
"lint:fix": "eslint . --fix"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user