-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(monorepo): Resolved issue with invalid
prettier
config used in …
…hooks
- Loading branch information
1 parent
f67dbe9
commit 3497491
Showing
403 changed files
with
26,702 additions
and
18,356 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 |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"projectName": "storm-ops", | ||
"projectOwner": "storm-software", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": ["README.md"], | ||
"imageSize": 100, | ||
"commit": true, | ||
"commitConvention": "angular", | ||
"contributors": [ | ||
{ | ||
"login": "sullivanpj", | ||
"name": "Patrick Sullivan", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/99053093?v=4", | ||
"profile": "http://www.sullypat.com/", | ||
"contributions": ["design", "code", "tool", "doc", "test"] | ||
}, | ||
{ | ||
"login": "tbenning", | ||
"name": "Tyler Benning", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/7265547?v=4", | ||
"profile": "https://tylerbenning.com/", | ||
"contributions": ["design"] | ||
}, | ||
{ | ||
"login": "stormie-bot", | ||
"name": "Stormie", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/149802440?v=4", | ||
"profile": "http://stormsoftware.com", | ||
"contributions": ["maintenance"] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"linkToUsage": true, | ||
"commitType": "docs" | ||
"projectName": "storm-ops", | ||
"projectOwner": "storm-software", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": ["README.md"], | ||
"imageSize": 100, | ||
"commit": true, | ||
"commitConvention": "angular", | ||
"contributors": [ | ||
{ | ||
"login": "sullivanpj", | ||
"name": "Patrick Sullivan", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/99053093?v=4", | ||
"profile": "http://www.sullypat.com/", | ||
"contributions": ["design", "code", "tool", "doc", "test"] | ||
}, | ||
{ | ||
"login": "tbenning", | ||
"name": "Tyler Benning", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/7265547?v=4", | ||
"profile": "https://tylerbenning.com/", | ||
"contributions": ["design"] | ||
}, | ||
{ | ||
"login": "stormie-bot", | ||
"name": "Stormie", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/149802440?v=4", | ||
"profile": "http://stormsoftware.com", | ||
"contributions": ["maintenance"] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"linkToUsage": true, | ||
"commitType": "docs" | ||
} |
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,4 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [] | ||
} | ||
} |
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
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,5 +1,5 @@ | ||
import { getJestProjects } from "@nx/jest"; | ||
|
||
export default { | ||
projects: getJestProjects() | ||
projects: getJestProjects(), | ||
}; |
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
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
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
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.