From 393fd046ed0902ba788a1cd92b0ed902e3c8a41b Mon Sep 17 00:00:00 2001 From: Jiri Zbytovsky Date: Tue, 11 Feb 2025 12:57:06 +0100 Subject: [PATCH] chore(scripts): add lint to generatePackage templates --- scripts/package-template-native/package.json | 1 + scripts/package-template/package.json | 1 + 2 files changed, 2 insertions(+) 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" },