Skip to content

Commit

Permalink
setting
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed May 25, 2024
1 parent 37e424d commit a9ac39e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
!.web-ext/
dist
node_modules
5 changes: 5 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
git-tag-version=true
message=release: %s
sign-git-commit=true
sign-git-tag=true
enable-pre-post-scripts=true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"scripts": {
"build": "web-ext build",
"dev": "web-ext run --devtools=true",
"lint:es": "eslint .",
"lint": "pnpm run \"/^lint:.*/\"",
"lint:es": "eslint src",
"lint:ext": "web-ext lint",
"sign": "web-ext sign "
},
Expand Down

0 comments on commit a9ac39e

Please # to comment.