Skip to content

Commit

Permalink
chore(scripts): add lint to generatePackage templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonexe committed Feb 11, 2025
1 parent 8c07184 commit 393fd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/package-template-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"sideEffects": false,
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest"
},
Expand Down
1 change: 1 addition & 0 deletions scripts/package-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"sideEffects": false,
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest"
},
Expand Down

0 comments on commit 393fd04

Please sign in to comment.