Skip to content

Commit

Permalink
Clean: Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Nov 30, 2023
1 parent 1b17445 commit 1c9527f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ dist
pnpm-lock.yaml
Dockerfile
*.md

4 changes: 2 additions & 2 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ module.exports = (env: Env, argv: Argv): Configuration => {
from: isChrome
? "./public/manifest_chrome.json"
: isFirefox
? "./public/manifest_firefox.json"
: "./public/manifest_chrome.json",
? "./public/manifest_firefox.json"
: "./public/manifest_chrome.json",
to: "./manifest.json",
priority: 1,
},
Expand Down

0 comments on commit 1c9527f

Please sign in to comment.