Skip to content

Commit 1c42979

Browse files
committed
chore: update config files
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 6d98586 commit 1c42979

Some content is hidden

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

48 files changed

+1221
-1165
lines changed

.commitlintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,24 @@
99
2,
1010
"always",
1111
[
12+
"build",
1213
"deps",
1314
"deps-bundle",
1415
"deps-dev",
16+
"deps-opt",
1517
"deps-peer",
1618
"esm",
1719
"exports",
1820
"github",
1921
"install",
22+
"loader",
23+
"nvm",
2024
"patches",
2125
"pkg",
2226
"regex",
2327
"release",
2428
"scripts",
29+
"spelling",
2530
"tests",
2631
"ts",
2732
"vscode",

.cspell.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,17 @@
1414
"flagWords": [],
1515
"ignorePaths": [
1616
"**/*.snap",
17+
"**/.*ignore",
1718
"**/.gitconfig",
18-
"**/.gitignore",
1919
"**/CHANGELOG.md",
2020
"**/LICENSE.md",
2121
"**/RELEASE_NOTES.md",
22-
"**/dist/",
2322
".cspell.json",
24-
".env*",
25-
".eslintignore",
2623
".git/",
2724
".husky/_/",
28-
".prettierignore",
29-
".vercel/",
3025
".vscode/settings.json",
3126
".yarn/",
32-
"__tests__/report.json",
3327
"patches/",
34-
"tsconfig*temp.json",
35-
"vitest.config.*.timestamp-*.mjs",
3628
"yarn.lock"
3729
],
3830
"ignoreRegExpList": [
@@ -46,6 +38,5 @@
4638
"readonly": true,
4739
"useGitignore": true,
4840
"usePnP": false,
49-
"version": "0.2",
50-
"words": ["fldv", "flexdevelopmentllc", "mlly"]
41+
"version": "0.2"
5142
}

.dictionary.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ lcov
1919
lintstagedrc
2020
micnncim
2121
mkbuild
22+
mlly
2223
nocheck
2324
npmrc
24-
nums
2525
nvmrc
26+
pathe
2627
pcre
2728
pkgs
2829
pnpm
2930
preid
3031
syncer
32+
tscu
33+
unstub
3134
vates
3235
yarnrc

.eslintignore

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@
33

44
# DIRECTORIES & FILES
55
**/*.snap
6+
**/*config.*.timestamp*
67
**/.DS_Store
7-
__tests__/report.json
8-
coverage/
9-
dist/
10-
node_modules/
11-
tsconfig*temp.json
12-
vitest.config.*.timestamp-*.mjs
8+
**/__tests__/report.json
9+
**/coverage/
10+
**/dist/
11+
**/node_modules/
12+
**/tsconfig*temp.json
1313
yarn.lock
1414

1515
# NEGATED PATTERNS
16+
!**/.eslintrc*
17+
!**/__fixtures__/**/dist/
18+
!**/__fixtures__/**/node_modules/
19+
!**/typings/**/dist/
1620
!.codecov.yml
1721
!.commitlintrc.json
1822
!.cspell.json
19-
!.eslintrc.base.cjs
20-
!.eslintrc.cjs
2123
!.github/
2224
!.graphqlrc.yml
2325
!.lintstagedrc.json

0 commit comments

Comments
 (0)