-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade ESLint and introduce Prettier (#2451)
* Use shared eslint config and introduce Prettier * Fix eslint issues * Add prettier config * Apply Prettier * Rely on eslint and prettier in github checks * Bring back the format command * Fix lint issues after merge
- Loading branch information
Showing
47 changed files
with
2,419 additions
and
3,492 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
--- | ||
name: Site Breakage Form | ||
description: Report a website issue on a DuckDuckGo app or browser extension | ||
title: "Broken Site: " | ||
title: 'Broken Site: ' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for reporting a broken site! Please add the domain you're reporting to the title of this issue above. | ||
- type: textarea | ||
id: urls | ||
attributes: | ||
label: URLs affected | ||
description: On which URLs are you seeing the problem? | ||
placeholder: https://example.com/page.html?product=shoes | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description of Breakage | ||
description: What is broken and how it is broken? (Include screenshots if possible) | ||
placeholder: Page is blank for 5s after loading | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: affected-platforms | ||
attributes: | ||
label: Affected Platforms | ||
description: Which DuckDuckGo products are affected by this breakage? | ||
options: | ||
- label: Browser Extensions | ||
- label: Android Browser | ||
- label: iOS Browser | ||
- label: macOS Browser | ||
- label: Windows Browser | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Other Details | ||
description: Any other information that might help us to investigate and fix your reported site? | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Additional Information | ||
- type: dropdown | ||
id: disable-privacy-protection | ||
attributes: | ||
label: Tested without Privacy Protections | ||
description: Does the site work if Privacy Protections are turned off? | ||
options: | ||
- "Yes" | ||
- "No" | ||
- "I don't know what this means" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: verified-on-other-browsers | ||
attributes: | ||
label: Verified on other browsers | ||
description: Does this breakage occur on other non-DuckDuckGo browsers? | ||
options: | ||
- "Yes" | ||
- "No" | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for reporting a broken site! Please add the domain you're reporting to the title of this issue above. | ||
- type: textarea | ||
id: urls | ||
attributes: | ||
label: URLs affected | ||
description: On which URLs are you seeing the problem? | ||
placeholder: https://example.com/page.html?product=shoes | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description of Breakage | ||
description: What is broken and how it is broken? (Include screenshots if possible) | ||
placeholder: Page is blank for 5s after loading | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: affected-platforms | ||
attributes: | ||
label: Affected Platforms | ||
description: Which DuckDuckGo products are affected by this breakage? | ||
options: | ||
- label: Browser Extensions | ||
- label: Android Browser | ||
- label: iOS Browser | ||
- label: macOS Browser | ||
- label: Windows Browser | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Other Details | ||
description: Any other information that might help us to investigate and fix your reported site? | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Additional Information | ||
- type: dropdown | ||
id: disable-privacy-protection | ||
attributes: | ||
label: Tested without Privacy Protections | ||
description: Does the site work if Privacy Protections are turned off? | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
- "I don't know what this means" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: verified-on-other-browsers | ||
attributes: | ||
label: Verified on other browsers | ||
description: Does this breakage occur on other non-DuckDuckGo browsers? | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
open-pull-requests-limit: 20 | ||
target-branch: "main" | ||
labels: | ||
- "dependencies" | ||
groups: | ||
build: | ||
patterns: | ||
- "eslint*" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
target-branch: "main" | ||
labels: | ||
- "dependencies" | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
interval: 'daily' | ||
open-pull-requests-limit: 20 | ||
target-branch: 'main' | ||
labels: | ||
- 'dependencies' | ||
groups: | ||
build: | ||
patterns: | ||
- 'eslint*' | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
target-branch: 'main' | ||
labels: | ||
- 'dependencies' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.