Skip to content

Commit

Permalink
chore: willboosterify this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBooster-bot committed May 1, 2024
1 parent 9474327 commit 52b05f6
Show file tree
Hide file tree
Showing 68 changed files with 434 additions and 387 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{cjs,cpp,cts,dart,htm,html,js,json,json5,jsx,mjs,mts,pu,puml,rb,ts,tsx,vue,yaml,yml}]
[*.{cjs,cpp,cts,dart,htm,html,js,json,json5,jsonc,jsx,mjs,mts,pu,puml,rb,ts,tsx,vue,xml,yaml,yml}]
indent_size = 2
indent_style = space

Expand Down
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ test-fixtures/
*.min.*js
.yarn/
.pnp.js
.idea/copilot/chatSessions/
.devcontainer/
dist/
temp/
Expand Down
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*.js text eol=lf
*.json text eol=lf
*.json5 text eol=lf
*.jsonc text eol=lf
*.jsx text eol=lf
*.mjs text eol=lf
*.mts text eol=lf
Expand All @@ -20,9 +21,12 @@
*.ts text eol=lf
*.tsx text eol=lf
*.vue text eol=lf
*.xml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.go text eol=lf
*.gradle text eol=lf
*.py text eol=lf
*.md text eol=lf

dist/** linguist-generated=true
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Close #<IssueNumber>
- Lint command (e.g., `yarn lint`) is passed.
- [ ] I've reviewed my changes on PR's diff view.

<!-- Please add screenshots if you modify the UI. Otherwise, remove the following table. -->

<!-- Please add screenshots if you modify the UI.
| Current | In coming |
| ------------------------ | ------------------------ |
| <img src="" width="400"> | <img src="" width="400"> |
-->
2 changes: 0 additions & 2 deletions .github/workflows/add-focused-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
jobs:
add-focused-issue-to-project:
uses: WillBooster/reusable-workflows/.github/workflows/add-issue-to-project.yml@main
with:
label: 'focused :dart:'
secrets:
GH_PROJECT_URL: https://github.com/orgs/WillBooster/projects/7
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}
3 changes: 2 additions & 1 deletion .github/workflows/add-ready-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
add-ready-issue-to-project:
uses: WillBooster/reusable-workflows/.github/workflows/add-issue-to-project.yml@main
with:
label: 'ready :rocket:'
labeled: 'ready :rocket:'
labelOperator: OR
secrets:
GH_PROJECT_URL: https://github.com/orgs/WillBoosterLab/projects/5
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Generated by @willbooster/gen-configs

.idea/copilot/chatSessions/
.devcontainer/
dist/
temp/
Expand Down
3 changes: 0 additions & 3 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

changed_files="$(git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD)"

run_if_changed() {
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

node node_modules/.bin/lint-staged
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn workspaces foreach --all --parallel --verbose run typecheck
Loading

0 comments on commit 52b05f6

Please sign in to comment.