Merge pull request #573 from dotproto/lint-dir

Allow contributors to lint individual examples
This commit is contained in:
Simeon Vincent
2024-11-26 08:00:18 -08:00
committed by GitHub

View File

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