Skip to content

Commit 2ae6a96

Browse files
committed
chore: update config files
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent ad5bd6c commit 2ae6a96

20 files changed

+825
-821
lines changed

.cspell.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,19 @@
1414
"flagWords": [],
1515
"ignorePaths": [
1616
"**/*.snap",
17+
"**/.eslintignore",
1718
"**/.gitconfig",
1819
"**/.gitignore",
20+
"**/.prettierignore",
1921
"**/CHANGELOG.md",
2022
"**/LICENSE.md",
2123
"**/RELEASE_NOTES.md",
22-
"**/dist/",
2324
".cspell.json",
24-
".eslintignore",
2525
".git/",
2626
".husky/_/",
27-
".prettierignore",
28-
".vercel/",
2927
".vscode/settings.json",
3028
".yarn/",
31-
"__tests__/report.json",
3229
"patches/",
33-
"tsconfig*temp.json",
34-
"vitest.config.*.timestamp-*.mjs",
3530
"yarn.lock"
3631
],
3732
"ignoreRegExpList": [
@@ -46,5 +41,5 @@
4641
"useGitignore": true,
4742
"usePnP": false,
4843
"version": "0.2",
49-
"words": ["fldv", "flexdevelopmentllc", "mkbuild", "mlly", "pathe", "tscu"]
44+
"words": []
5045
}

.dictionary.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ larsgw
1919
lcov
2020
lintstagedrc
2121
micnncim
22+
mkbuild
23+
mlly
2224
nocheck
2325
npmrc
2426
nvmrc
27+
pathe
2528
pcre
2629
pkgs
2730
pnpm
2831
preid
2932
syncer
33+
tscu
3034
unstub
3135
vates
3236
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)