Skip to content

Commit

Permalink
chore: sync config files
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Apr 13, 2023
1 parent 7b30704 commit 04d3cd1
Show file tree
Hide file tree
Showing 51 changed files with 1,600 additions and 1,629 deletions.
54 changes: 1 addition & 53 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,55 +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",
"loader",
"nvm",
"pkg",
"release",
"scripts",
"spelling",
"tests",
"ts",
"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"
}
10 changes: 5 additions & 5 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@
"failFast": false,
"flagWords": [],
"ignorePaths": [
"**/*.log",
"**/*.snap",
"**/.eslintignore",
"**/.*ignore",
"**/.gitconfig",
"**/.gitignore",
"**/.prettierignore",
"**/CHANGELOG.md",
"**/LICENSE.md",
"**/RELEASE_NOTES.md",
".cspell.json",
".dictionary.txt",
".git/",
".husky/_/",
".vscode/settings.json",
".yarn/",
"dist/",
"patches/",
"yarn.lock"
],
Expand All @@ -40,6 +41,5 @@
"readonly": true,
"useGitignore": true,
"usePnP": false,
"version": "0.2",
"words": []
"version": "0.2"
}
5 changes: 0 additions & 5 deletions .dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ bdougie
cefc
codecov
commitlintrc
dawidd
dedupe
dessant
dohm
esbuild
fbca
ggshield
gpgsign
Expand All @@ -18,7 +16,6 @@ keyid
larsgw
lcov
lintstagedrc
micnncim
mkbuild
mlly
nocheck
Expand All @@ -27,9 +24,7 @@ nvmrc
pathe
pcre
pkgs
pnpm
preid
syncer
tscu
unstub
vates
Expand Down
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ max_line_length = 100
[*.snap]
max_line_length = 130

# xml
[*.xml]
max_line_length = 100

# yaml
[*.yml]
max_line_length = 100
4 changes: 3 additions & 1 deletion .env.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# References:
#
# - https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dotenv
# - https://homebrew-file.readthedocs.io/en/latest/usage.html

[ -f $PWD/.env.local ] && source $PWD/.env.local
[ -f $PWD/.env.repo ] && source $PWD/.env.repo
HOMEBREW_BREWFILE=./Brewfile
NODE_NO_WARNINGS=1
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
**/.DS_Store
**/__tests__/report.json
**/coverage/
**/.temp/
**/dist/
**/node_modules/
**/tsconfig*temp.json
Expand All @@ -18,7 +19,7 @@ yarn.lock
!**/__fixtures__/**/node_modules/
!**/typings/**/dist/
!.codecov.yml
!.commitlintrc.json
!.commitlintrc.*
!.cspell.json
!.github/
!.graphqlrc.yml
Expand Down
Loading

0 comments on commit 04d3cd1

Please sign in to comment.