diff --git a/scripts/package-template-native/package.json b/scripts/package-template-native/package.json index 3052087871f..e36a518a779 100644 --- a/scripts/package-template-native/package.json +++ b/scripts/package-template-native/package.json @@ -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" }, diff --git a/scripts/package-template/package.json b/scripts/package-template/package.json index 3052087871f..e36a518a779 100644 --- a/scripts/package-template/package.json +++ b/scripts/package-template/package.json @@ -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" },