Skip to content

Commit 2ecc219

Browse files
authored
Merge pull request #573 from dotproto/lint-dir
Allow contributors to lint individual examples
2 parents 18238c1 + cba73f7 commit 2ecc219

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"scripts": {
1515
"test": "eslint .",
1616
"lint": "eslint .",
17+
"lint:cwd": "eslint $INIT_CWD",
1718
"lint:fix": "eslint . --fix"
1819
},
1920
"license": "MIT",

0 commit comments

Comments
 (0)