Skip to content

Commit

Permalink
Allow contributors to lint individual examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dotproto committed Nov 18, 2024
1 parent 18238c1 commit cba73f7
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 cba73f7

Please sign in to comment.