Skip to content

Commit

Permalink
#16 Added times argument to Model.factory() method (#17)
Browse files Browse the repository at this point in the history
* chore: Create FUNDING.yml

* fix: Fixed property name

* chore: Added husky for git hook management

* feat: Added argument to the factory method

* fix: Updated @see jsdoc attribute to correctly link

* fix: Only tigger docs update on master change

* fix: Removed redundant extend

* fix: remove assignees and reviewers
  • Loading branch information
nandi95 authored May 7, 2021
1 parent 3c67848 commit 35c77f9
Show file tree
Hide file tree
Showing 20 changed files with 1,400 additions and 656 deletions.
1 change: 1 addition & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Please review the contribution guideline in the [documentation](https://upfrontjs.com/prologue/contributing).
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:

- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
time: '00:00'
open-pull-requests-limit: 10
commit-message:
prefix: fix
prefix-development: chore
include: scope


- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
time: '00:00'
open-pull-requests-limit: 10
commit-message:
prefix: fix
prefix-development: chore
include: scope
1 change: 0 additions & 1 deletion .github/workflows/trigger-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- 'docs/**/*'
branches:
- main
- 'release/*'

jobs:
dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ tests/cache/
*.sln
*.sw?

# cache
.eslintcache

# logs
*.log
tsconfig.tsbuildinfo
Expand Down
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
Loading

0 comments on commit 35c77f9

Please sign in to comment.