Skip to content

Commit 04d3cd1

Browse files
committed
chore: sync config files
- https://gist.github.com/unicornware/1ecc41e7407de9d8c9e90e088cd88d6d Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 7b30704 commit 04d3cd1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1600
-1629
lines changed

.commitlintrc.json

+1-53
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,3 @@
11
{
2-
"defaultIgnores": true,
3-
"extends": ["@commitlint/config-conventional"],
4-
"formatter": "@commitlint/format",
5-
"ignores": [],
6-
"rules": {
7-
"scope-case": [2, "always", ["kebab-case", "lower-case"]],
8-
"scope-enum": [
9-
2,
10-
"always",
11-
[
12-
"build",
13-
"deps",
14-
"deps-bundle",
15-
"deps-dev",
16-
"deps-opt",
17-
"deps-peer",
18-
"esm",
19-
"exports",
20-
"github",
21-
"install",
22-
"loader",
23-
"nvm",
24-
"pkg",
25-
"release",
26-
"scripts",
27-
"spelling",
28-
"tests",
29-
"ts",
30-
"vscode",
31-
"workflows",
32-
"yarn"
33-
]
34-
],
35-
"subject-case": [1, "always", "lower-case"],
36-
"type-enum": [
37-
2,
38-
"always",
39-
[
40-
"build",
41-
"chore",
42-
"ci",
43-
"docs",
44-
"feat",
45-
"fix",
46-
"perf",
47-
"refactor",
48-
"revert",
49-
"style",
50-
"test",
51-
"wip"
52-
]
53-
]
54-
}
2+
"extends": "@flex-development"
553
}

.cspell.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,20 @@
1313
"failFast": false,
1414
"flagWords": [],
1515
"ignorePaths": [
16+
"**/*.log",
1617
"**/*.snap",
17-
"**/.eslintignore",
18+
"**/.*ignore",
1819
"**/.gitconfig",
19-
"**/.gitignore",
20-
"**/.prettierignore",
2120
"**/CHANGELOG.md",
2221
"**/LICENSE.md",
2322
"**/RELEASE_NOTES.md",
2423
".cspell.json",
24+
".dictionary.txt",
2525
".git/",
2626
".husky/_/",
2727
".vscode/settings.json",
2828
".yarn/",
29+
"dist/",
2930
"patches/",
3031
"yarn.lock"
3132
],
@@ -40,6 +41,5 @@
4041
"readonly": true,
4142
"useGitignore": true,
4243
"usePnP": false,
43-
"version": "0.2",
44-
"words": []
44+
"version": "0.2"
4545
}

.dictionary.txt

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ bdougie
33
cefc
44
codecov
55
commitlintrc
6-
dawidd
76
dedupe
87
dessant
98
dohm
10-
esbuild
119
fbca
1210
ggshield
1311
gpgsign
@@ -18,7 +16,6 @@ keyid
1816
larsgw
1917
lcov
2018
lintstagedrc
21-
micnncim
2219
mkbuild
2320
mlly
2421
nocheck
@@ -27,9 +24,7 @@ nvmrc
2724
pathe
2825
pcre
2926
pkgs
30-
pnpm
3127
preid
32-
syncer
3328
tscu
3429
unstub
3530
vates

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ max_line_length = 100
3838
[*.snap]
3939
max_line_length = 130
4040

41+
# xml
42+
[*.xml]
43+
max_line_length = 100
44+
4145
# yaml
4246
[*.yml]
4347
max_line_length = 100

.env.zsh

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# References:
44
#
55
# - https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dotenv
6+
# - https://homebrew-file.readthedocs.io/en/latest/usage.html
67

7-
[ -f $PWD/.env.local ] && source $PWD/.env.local
8+
[ -f $PWD/.env.repo ] && source $PWD/.env.repo
9+
HOMEBREW_BREWFILE=./Brewfile
810
NODE_NO_WARNINGS=1

.eslintignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
**/.DS_Store
88
**/__tests__/report.json
99
**/coverage/
10+
**/.temp/
1011
**/dist/
1112
**/node_modules/
1213
**/tsconfig*temp.json
@@ -18,7 +19,7 @@ yarn.lock
1819
!**/__fixtures__/**/node_modules/
1920
!**/typings/**/dist/
2021
!.codecov.yml
21-
!.commitlintrc.json
22+
!.commitlintrc.*
2223
!.cspell.json
2324
!.github/
2425
!.graphqlrc.yml

0 commit comments

Comments
 (0)