From 92ea9fe4b9703979d630d60ff9fb3c16739ccda0 Mon Sep 17 00:00:00 2001 From: Roman Popat Date: Sat, 20 Sep 2025 21:49:04 +0100 Subject: [PATCH 1/2] relaxed linting quoted properties --- bs3-functions/node-functions/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bs3-functions/node-functions/.eslintrc.js b/bs3-functions/node-functions/.eslintrc.js index 3887ea5..daeb6bc 100644 --- a/bs3-functions/node-functions/.eslintrc.js +++ b/bs3-functions/node-functions/.eslintrc.js @@ -29,5 +29,6 @@ module.exports = { "object-curly-spacing": "off", "block-spacing": "off", "max-len": "off", + "quote-props": ["error", "as-needed"], }, }; From e1cf2c20bbbbf1abff3f6c2b99282ec52a5e58bd Mon Sep 17 00:00:00 2001 From: Roman Popat Date: Mon, 12 Jan 2026 15:02:55 +0000 Subject: [PATCH 2/2] spelling --- bs3-functions/node-functions/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bs3-functions/node-functions/src/api.ts b/bs3-functions/node-functions/src/api.ts index b5bc1b0..4fbfe31 100644 --- a/bs3-functions/node-functions/src/api.ts +++ b/bs3-functions/node-functions/src/api.ts @@ -105,7 +105,7 @@ export class Perplexity { web_search_options: { user_location: { country: "GB", - region: "Birstol City", + region: "Bristol City", city: "Bristol", latitude: 51.26292, longitude: 2.36056,