diff --git a/plugins/action-copy-curl/package.json b/plugins/action-copy-curl/package.json index 090e1dc7..a93cf38a 100644 --- a/plugins/action-copy-curl/package.json +++ b/plugins/action-copy-curl/package.json @@ -12,6 +12,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint": "eslint . --ext .ts,.tsx" } } diff --git a/plugins/action-copy-grpcurl/package.json b/plugins/action-copy-grpcurl/package.json index e8a3bedc..6e8614fa 100644 --- a/plugins/action-copy-grpcurl/package.json +++ b/plugins/action-copy-grpcurl/package.json @@ -12,6 +12,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/auth-apikey/package.json b/plugins/auth-apikey/package.json index 0b6047d0..e5fb90be 100644 --- a/plugins/auth-apikey/package.json +++ b/plugins/auth-apikey/package.json @@ -12,6 +12,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/auth-basic/package.json b/plugins/auth-basic/package.json index 155bdb10..f5547af3 100644 --- a/plugins/auth-basic/package.json +++ b/plugins/auth-basic/package.json @@ -12,6 +12,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/auth-bearer/package.json b/plugins/auth-bearer/package.json index e10f87ee..2addca1e 100644 --- a/plugins/auth-bearer/package.json +++ b/plugins/auth-bearer/package.json @@ -12,6 +12,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/auth-jwt/package.json b/plugins/auth-jwt/package.json index 703132b8..f3394943 100644 --- a/plugins/auth-jwt/package.json +++ b/plugins/auth-jwt/package.json @@ -12,7 +12,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "jsonwebtoken": "^9.0.2" diff --git a/plugins/auth-oauth2/package.json b/plugins/auth-oauth2/package.json index 43641dd6..244c1ac3 100644 --- a/plugins/auth-oauth2/package.json +++ b/plugins/auth-oauth2/package.json @@ -12,6 +12,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/filter-jsonpath/package.json b/plugins/filter-jsonpath/package.json index ad8b5217..d690dc9b 100644 --- a/plugins/filter-jsonpath/package.json +++ b/plugins/filter-jsonpath/package.json @@ -12,7 +12,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "jsonpath-plus": "^10.3.0" diff --git a/plugins/filter-xpath/package.json b/plugins/filter-xpath/package.json index f559eec2..e2d1fa12 100644 --- a/plugins/filter-xpath/package.json +++ b/plugins/filter-xpath/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "@xmldom/xmldom": "^0.9.8", diff --git a/plugins/importer-curl/package.json b/plugins/importer-curl/package.json index 027fd34d..36b7f06e 100644 --- a/plugins/importer-curl/package.json +++ b/plugins/importer-curl/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "shell-quote": "^1.8.1" diff --git a/plugins/importer-insomnia/package.json b/plugins/importer-insomnia/package.json index 8315a1a9..df14bef6 100644 --- a/plugins/importer-insomnia/package.json +++ b/plugins/importer-insomnia/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "yaml": "^2.4.2" diff --git a/plugins/importer-openapi/package.json b/plugins/importer-openapi/package.json index 21a08e2f..c41c3841 100644 --- a/plugins/importer-openapi/package.json +++ b/plugins/importer-openapi/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "openapi-to-postmanv2": "^5.0.0", diff --git a/plugins/importer-postman/package.json b/plugins/importer-postman/package.json index ca8a2bcb..5d18cab2 100644 --- a/plugins/importer-postman/package.json +++ b/plugins/importer-postman/package.json @@ -8,6 +8,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/importer-yaak/package.json b/plugins/importer-yaak/package.json index 45c1d0a4..0bb9425a 100644 --- a/plugins/importer-yaak/package.json +++ b/plugins/importer-yaak/package.json @@ -7,6 +7,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/template-function-cookie/package.json b/plugins/template-function-cookie/package.json index 3b176368..1f680e10 100644 --- a/plugins/template-function-cookie/package.json +++ b/plugins/template-function-cookie/package.json @@ -7,6 +7,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/template-function-encode/package.json b/plugins/template-function-encode/package.json index f60e1d9c..04b9323b 100644 --- a/plugins/template-function-encode/package.json +++ b/plugins/template-function-encode/package.json @@ -7,6 +7,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/template-function-fs/package.json b/plugins/template-function-fs/package.json index 82a89ab8..9e9e5feb 100644 --- a/plugins/template-function-fs/package.json +++ b/plugins/template-function-fs/package.json @@ -7,6 +7,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/template-function-hash/package.json b/plugins/template-function-hash/package.json index 6a93f0c7..38ecb385 100755 --- a/plugins/template-function-hash/package.json +++ b/plugins/template-function-hash/package.json @@ -7,6 +7,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/template-function-json/package.json b/plugins/template-function-json/package.json index e417cb4f..4cbe45da 100755 --- a/plugins/template-function-json/package.json +++ b/plugins/template-function-json/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "jsonpath-plus": "^10.3.0" diff --git a/plugins/template-function-prompt/package.json b/plugins/template-function-prompt/package.json index ce04a42d..453ce80d 100644 --- a/plugins/template-function-prompt/package.json +++ b/plugins/template-function-prompt/package.json @@ -7,6 +7,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/template-function-regex/package.json b/plugins/template-function-regex/package.json index bd8797f8..f65d91a5 100644 --- a/plugins/template-function-regex/package.json +++ b/plugins/template-function-regex/package.json @@ -7,6 +7,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/template-function-request/package.json b/plugins/template-function-request/package.json index e11e9c13..e2762ebe 100755 --- a/plugins/template-function-request/package.json +++ b/plugins/template-function-request/package.json @@ -7,6 +7,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/plugins/template-function-response/package.json b/plugins/template-function-response/package.json index 46c0f3de..5457f2d7 100644 --- a/plugins/template-function-response/package.json +++ b/plugins/template-function-response/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "jsonpath-plus": "^10.3.0", diff --git a/plugins/template-function-timestamp/package.json b/plugins/template-function-timestamp/package.json index d79ff99f..6918305d 100755 --- a/plugins/template-function-timestamp/package.json +++ b/plugins/template-function-timestamp/package.json @@ -5,7 +5,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "date-fns": "^4.1.0" diff --git a/plugins/template-function-uuid/package.json b/plugins/template-function-uuid/package.json index 5a490255..131ad854 100644 --- a/plugins/template-function-uuid/package.json +++ b/plugins/template-function-uuid/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "uuid": "^11.1.0" diff --git a/plugins/template-function-xml/package.json b/plugins/template-function-xml/package.json index f2b9b238..2bc39cc0 100755 --- a/plugins/template-function-xml/package.json +++ b/plugins/template-function-xml/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" }, "dependencies": { "@xmldom/xmldom": "^0.9.8", diff --git a/plugins/themes-yaak/package.json b/plugins/themes-yaak/package.json index 9eece24d..e3a90a24 100644 --- a/plugins/themes-yaak/package.json +++ b/plugins/themes-yaak/package.json @@ -7,6 +7,6 @@ "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", - "lint":"tsc --noEmit && eslint . --ext .ts,.tsx" + "lint":"eslint . --ext .ts,.tsx" } } diff --git a/src-web/package.json b/src-web/package.json index ec9a91eb..dd5142f5 100644 --- a/src-web/package.json +++ b/src-web/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite dev --force", "build": "vite build", - "lint": "tsc --noEmit && eslint . --ext .ts,.tsx" + "lint": "eslint . --ext .ts,.tsx" }, "dependencies": { "@codemirror/commands": "^6.8.1",