Allow contributors to lint individual examples

This commit is contained in:
Simeon Vincent
2024-11-18 12:17:35 -08:00
parent 18238c1bee
commit cba73f7397

View File

@@ -14,6 +14,7 @@
"scripts": {
"test": "eslint .",
"lint": "eslint .",
"lint:cwd": "eslint $INIT_CWD",
"lint:fix": "eslint . --fix"
},
"license": "MIT",