Skip to content

Commit

Permalink
feat: add jackal [web-jackal] (forbole#1294)
Browse files Browse the repository at this point in the history
## Description

Closes: #XXXX
[BDU-1040](https://forbole.atlassian.net/browse/BDU-1040)

<!-- Add a description of the changes that this PR introduces and the
files that
are the most critical to review. -->

---

### Author Checklist

_All items are required. Please add a note to the item if the item is
not applicable and
please add links to any relevant follow up issues._

I have...

- [ ] ran linting via `yarn lint`
- [ ] wrote tests where necessary
- [ ] included the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] targeted the correct branch
- [ ] provided a link to the relevant issue or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed
- [ ] added a changeset via [`yarn && yarn
changeset`](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md)


[BDU-1040]:
https://forbole.atlassian.net/browse/BDU-1040?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Magic Cat <[email protected]>
  • Loading branch information
rachelhox and MonikaCat authored Aug 2, 2023
1 parent 0d75f38 commit 99fb1bd
Show file tree
Hide file tree
Showing 71 changed files with 11,055 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/ten-melons-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'shared-utils': minor
'web-jackal': minor
'ui': minor
---

add Jackal Big Dipper
132 changes: 132 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions apps/web-jackal/.codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://docs.codecov.io/docs/commit-status
coverage:
status:
project:
default:
# basic
target: 0
threshold: 0%
base: 0%
# advanced
branches: []
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: []
paths: []
9 changes: 9 additions & 0 deletions apps/web-jackal/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root: true
extends:
- custom
ignorePatterns:
- '**/node_modules/*'
- '**/out/*'
- '**/.next/*'
- '**/dist/*'
- '**/src/graphql/*'
Loading

0 comments on commit 99fb1bd

Please sign in to comment.