mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[PR #12] [MERGED] Lint #43
Labels
No labels
bug
bug
duplicate
enhancement
help wanted
invalid
not an issue
not an issue
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-browser-extension#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tubearchivist/browser-extension/pull/12
Author: @bakkot
Created: 12/3/2022
Status: ✅ Merged
Merged: 12/3/2022
Merged by: @bbilly1
Base:
master← Head:lint📝 Commits (6)
2dc650cadd linter and formatter64d29b5formatee7da0eauto-fix lint9c535d2manually fix remaining lint errorsd01803fadd github workflow to enforce linting of JS files97deb21add readme section about JS📊 Changes
9 files changed (+2537 additions, -568 deletions)
View changed files
➕
.eslintrc.js(+21 -0)➕
.github/workflows/lint_js.yml(+16 -0)📝
.gitignore(+3 -0)📝
README.md(+3 -0)📝
extension/background.js(+144 -166)📝
extension/popup.js(+129 -147)📝
extension/script.js(+243 -255)➕
package-lock.json(+1960 -0)➕
package.json(+18 -0)📄 Description
Basically the same deal as https://github.com/tubearchivist/tubearchivist/pull/345.
Includes a github action to enforce the linting in CI.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.