forked from raycast/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Merge branch \'contributions/merge-1699995259887285000\' - Pull contributions - Merge pull request raycast#8 from colbyfayock/all-contributors/add-doingandlearning - docs: update .all-contributorsrc [skip ci] - docs: update README.md [skip ci] - Merge pull request raycast#7 from doingandlearning/main - Removes unnecessary function. - Restructures code to account for early return. - Updates label - Adds the ratio urls - Extracts the imageUrl generation to the helper. - Merge pull request raycast#6 from colbyfayock/all-contributors/add-daniel-shuy - docs: update .all-contributorsrc [skip ci] - docs: update README.md [skip ci] - Merge pull request raycast#5 from colbyfayock/all-contributors/add-colbyfayock - docs: create .all-contributorsrc [skip ci] - docs: update README.md [skip ci] - Merge pull request raycast#4 from colbyfayock/colbyfayock-patch-1 - Update README.md - Merge pull request raycast#2 from daniel-shuy/automatic-lint-on-commit - Automatically run linting and formatting on commit - Create feature_request.md - Create bug_report.md
- Loading branch information
1 parent
06679f3
commit 4c312b9
Showing
8 changed files
with
694 additions
and
29 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,46 @@ | ||
{ | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"commit": false, | ||
"commitType": "docs", | ||
"commitConvention": "angular", | ||
"contributors": [ | ||
{ | ||
"login": "colbyfayock", | ||
"name": "Colby Fayock", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/1045274?v=4", | ||
"profile": "https://colbyfayock.com/newsletter", | ||
"contributions": [ | ||
"code", | ||
"doc" | ||
] | ||
}, | ||
{ | ||
"login": "daniel-shuy", | ||
"name": "Daniel Shuy", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/17351764?v=4", | ||
"profile": "https://github.com/daniel-shuy", | ||
"contributions": [ | ||
"infra", | ||
"tool" | ||
] | ||
}, | ||
{ | ||
"login": "doingandlearning", | ||
"name": "Kevin Cunningham", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/8320213?v=4", | ||
"profile": "http://www.kevincunningham.co.uk", | ||
"contributions": [ | ||
"code" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"skipCi": true, | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"projectName": "raycast-cloudinary", | ||
"projectOwner": "colbyfayock" | ||
} |
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,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx lint-staged |
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,3 @@ | ||
{ | ||
"*": "npm run fix-lint" | ||
} |
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.