Skip to content

Commit

Permalink
chore: update config files
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Feb 19, 2023
1 parent 148b37b commit ade42ec
Show file tree
Hide file tree
Showing 18 changed files with 850 additions and 830 deletions.
12 changes: 2 additions & 10 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,17 @@
"flagWords": [],
"ignorePaths": [
"**/*.snap",
"**/.*ignore",
"**/.gitconfig",
"**/.gitignore",
"**/CHANGELOG.md",
"**/LICENSE.md",
"**/RELEASE_NOTES.md",
"**/dist/",
".cspell.json",
".env*",
".eslintignore",
".git/",
".husky/_/",
".prettierignore",
".vercel/",
".vscode/settings.json",
".yarn/",
"__tests__/report.json",
"patches/",
"tsconfig*temp.json",
"vitest.config.*.timestamp-*.mjs",
"yarn.lock"
],
"ignoreRegExpList": [
Expand All @@ -48,5 +40,5 @@
"useGitignore": true,
"usePnP": false,
"version": "0.2",
"words": ["fldv", "flexdevelopmentllc", "mkbuild", "mlly", "tscu"]
"words": []
}
4 changes: 4 additions & 0 deletions .dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ larsgw
lcov
lintstagedrc
micnncim
mkbuild
mlly
nocheck
npmrc
nvmrc
Expand All @@ -28,5 +30,7 @@ pnpm
preid
syncer
tsconfigs
tscu
unstub
vates
yarnrc
18 changes: 10 additions & 8 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@

# DIRECTORIES & FILES
**/*.snap
**/*config.*.timestamp*
**/.DS_Store
**/__tests__/report.json
**/coverage/
**/dist/
**/node_modules/
**/tsconfig*temp.json
__fixtures__/tsconfig.empty.json
__fixtures__/tsconfig.invalid-json.json
__tests__/report.json
coverage/
dist/
node_modules/
tsconfig*temp.json
vitest.config.*.timestamp-*.mjs
yarn.lock

# NEGATED PATTERNS
!**/.eslintrc*
!**/__fixtures__/**/dist/
!**/__fixtures__/**/node_modules/
!**/typings/**/dist/
!.codecov.yml
!.commitlintrc.json
!.cspell.json
!.eslintrc.base.cjs
!.eslintrc.cjs
!.github/
!.graphqlrc.yml
!.lintstagedrc.json
Expand Down
Loading

0 comments on commit ade42ec

Please sign in to comment.