diff --git a/.eslintrc b/.eslintrc index 304d386e3..5913a6236 100644 --- a/.eslintrc +++ b/.eslintrc @@ -14,5 +14,8 @@ "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" + }, + "globals": { + "__PLATFORM__": "readonly" } } diff --git a/extension-manifest-v3/.eslintrc b/extension-manifest-v3/.eslintrc deleted file mode 100644 index 6630f1a4e..000000000 --- a/extension-manifest-v3/.eslintrc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "globals": { - "__PLATFORM__": "readonly" - } -} diff --git a/packages/ui/src/modules/onboarding/views/main.js b/packages/ui/src/modules/onboarding/views/main.js index 4f1952acd..056884f59 100644 --- a/packages/ui/src/modules/onboarding/views/main.js +++ b/packages/ui/src/modules/onboarding/views/main.js @@ -56,9 +56,11 @@ export default define({ ${msg.html` - Information about web trackers will be shared in accordance with our Privacy Policy, advancing privacy protection for the Ghostery community. + Information about web trackers will be shared in accordance with our Privacy Policy, advancing privacy protection for the Ghostery community. `}