-
-
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.
- https://gist.github.com/unicornware/1ecc41e7407de9d8c9e90e088cd88d6d Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
- Loading branch information
1 parent
255a854
commit 0be088c
Showing
51 changed files
with
1,252 additions
and
978 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,61 +1,3 @@ | ||
{ | ||
"defaultIgnores": true, | ||
"extends": ["@commitlint/config-conventional"], | ||
"formatter": "@commitlint/format", | ||
"ignores": [], | ||
"rules": { | ||
"scope-case": [2, "always", ["kebab-case", "lower-case"]], | ||
"scope-enum": [ | ||
2, | ||
"always", | ||
[ | ||
"build", | ||
"deps", | ||
"deps-bundle", | ||
"deps-dev", | ||
"deps-opt", | ||
"deps-peer", | ||
"esm", | ||
"exports", | ||
"github", | ||
"install", | ||
"interfaces", | ||
"internal", | ||
"loader", | ||
"nvm", | ||
"patches", | ||
"pkg", | ||
"release", | ||
"scripts", | ||
"spelling", | ||
"tests", | ||
"ts", | ||
"ts-next", | ||
"types", | ||
"utils", | ||
"vscode", | ||
"workflows", | ||
"yarn" | ||
] | ||
], | ||
"subject-case": [1, "always", "lower-case"], | ||
"type-enum": [ | ||
2, | ||
"always", | ||
[ | ||
"build", | ||
"chore", | ||
"ci", | ||
"docs", | ||
"feat", | ||
"fix", | ||
"perf", | ||
"refactor", | ||
"revert", | ||
"style", | ||
"test", | ||
"wip" | ||
] | ||
] | ||
} | ||
"extends": ["@flex-development"] | ||
} |
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.