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 ad5bd6c commit 2ae6a96
Show file tree
Hide file tree
Showing 20 changed files with 825 additions and 821 deletions.
11 changes: 3 additions & 8 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,19 @@
"flagWords": [],
"ignorePaths": [
"**/*.snap",
"**/.eslintignore",
"**/.gitconfig",
"**/.gitignore",
"**/.prettierignore",
"**/CHANGELOG.md",
"**/LICENSE.md",
"**/RELEASE_NOTES.md",
"**/dist/",
".cspell.json",
".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 @@ -46,5 +41,5 @@
"useGitignore": true,
"usePnP": false,
"version": "0.2",
"words": ["fldv", "flexdevelopmentllc", "mkbuild", "mlly", "pathe", "tscu"]
"words": []
}
4 changes: 4 additions & 0 deletions .dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ larsgw
lcov
lintstagedrc
micnncim
mkbuild
mlly
nocheck
npmrc
nvmrc
pathe
pcre
pkgs
pnpm
preid
syncer
tscu
unstub
vates
yarnrc
18 changes: 10 additions & 8 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@

# DIRECTORIES & FILES
**/*.snap
**/*config.*.timestamp*
**/.DS_Store
__tests__/report.json
coverage/
dist/
node_modules/
tsconfig*temp.json
vitest.config.*.timestamp-*.mjs
**/__tests__/report.json
**/coverage/
**/dist/
**/node_modules/
**/tsconfig*temp.json
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 2ae6a96

Please sign in to comment.