Skip to content

Commit

Permalink
Merge pull request #573 from dotproto/lint-dir
Browse files Browse the repository at this point in the history
Allow contributors to lint individual examples
  • Loading branch information
dotproto authored Nov 26, 2024
2 parents 18238c1 + cba73f7 commit 2ecc219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"scripts": {
"test": "eslint .",
"lint": "eslint .",
"lint:cwd": "eslint $INIT_CWD",
"lint:fix": "eslint . --fix"
},
"license": "MIT",
Expand Down

0 comments on commit 2ecc219

Please sign in to comment.