Skip to content

Commit

Permalink
Add lint step to create-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Dec 16, 2021
1 parent 1abc081 commit 8f1fc38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create-turbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"scripts": {
"build": "tsup src/index.ts --format cjs",
"test": "jest"
"test": "jest",
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"chalk": "2.4.2",
Expand Down

0 comments on commit 8f1fc38

Please sign in to comment.