-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix/init: fix fail when content undefined * improve/config: make config generic * Update README.md * update markdown * update workflow * fix sample * add sample: lycoris recoil op * disable lint-staged on workflow * fix: update sample * improve: remove debug code * improve: support flash font * improve: support super/sub script * improve: add jsdoc * improve: fix font size for big and medium in html5 mode * improve: fix font size for medium in html5 mode * improve: fix font size for big and medium in html5 mode * improve: change formula of comment resizer * improve: remove unused config * improve: change formula of fps * improve: remove unnecessary code * improve: fix fontsize in flash mode * tmp: improve splitted comment * improve: change process to class * fix: line height doesnt scaled when comment scaled * clean up: remove debugging code * improve: support high resolution comment * improve: split type and config files * improve: remove drawAllImageOnLoad option * update documents * rollback: flash comment process * fix: support empty comment * improve: compatibility * add: review dog * fix: change to use node 16 in reviewdog * fix: owner comment doesnt appear in front * fix: HTML5 comment doesnt scale correctly * fix: Flash comment doesnt scale correctly * fix: collision process * improve: change collision indicator width * clean up: remove unused types and functions * clean up: execute prettier * fix: chache doesnt clear when reinit class * fix/comment/flash: change process order * clean up: remove debug code * improve: update sample interface * update: documents * update: dependencies * dump: v0.2.28
- Loading branch information
1 parent
cfc88bd
commit 126c61d
Showing
60 changed files
with
953,402 additions
and
2,383 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: reviewdog | ||
on: [pull_request] | ||
jobs: | ||
eslint: | ||
name: runner / eslint | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: '16' | ||
- run: yarn install | ||
- uses: reviewdog/action-eslint@v1 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
reporter: github-pr-review # Change reporter. | ||
eslint_flags: 'src/' |
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
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,4 +1,5 @@ | ||
#!/usr/bin/env sh | ||
export FORCE_COLOR=1 | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx lint-staged |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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.