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 <[email protected]>
  • Loading branch information
unicornware committed Feb 20, 2023
1 parent 5e48412 commit ccd4fef
Show file tree
Hide file tree
Showing 71 changed files with 3,937 additions and 3,198 deletions.
5 changes: 5 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
2,
"always",
[
"build",
"cli",
"deps",
"deps-bundle",
Expand All @@ -18,11 +19,15 @@
"esm",
"exports",
"github",
"install",
"loader",
"node",
"nvm",
"patches",
"pkg",
"release",
"scripts",
"spelling",
"tests",
"ts",
"vscode",
Expand Down
21 changes: 6 additions & 15 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",
"**/.gitkeep",
"**/.npmignore",
"**/CHANGELOG.md",
"**/LICENSE.md",
"**/RELEASE_NOTES.md",
".cspell.json",
".env*",
".eslintignore",
".git/",
".husky/_/",
".markdownlintignore",
".nvmrc",
".prettierignore",
".vscode/settings.json",
".yarn/",
"CHANGELOG.md",
"LICENSE.md",
"__tests__/report.json",
"dist/",
"patches/",
"tsconfig.temp.json",
"yarn.lock"
],
"ignoreRegExpList": [
Expand All @@ -46,6 +38,5 @@
"readonly": true,
"useGitignore": true,
"usePnP": false,
"version": "0.2",
"words": ["fldv", "flexdevelopmentllc"]
"version": "0.2"
}
13 changes: 7 additions & 6 deletions .dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
ardatan
bdougie
cefc
codecov
commitlintrc
dawidd
dedupe
dessant
dohm
esbenp
esbuild
evanw
fbca
gpgsign
graphqlrc
hmarr
iife
infile
keyid
larsgw
lcov
lintstagedrc
memfs
micnncim
mkbuild
mlly
nocheck
npmrc
nums
nvmrc
ohmyzsh
pathe
pkgs
preid
syncer
testts
unstub
vates
vitest
vsicons
yarnrc
2 changes: 1 addition & 1 deletion .env.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# - https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dotenv

[ -f $PWD/.env.local ] && source $PWD/.env.local
NODE_NO_WARNINGS=1
VITEST_SEGFAULT_RETRY=3
31 changes: 22 additions & 9 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
# ESLINT IGNORE
# https://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories
# https://eslint.org/docs/user-guide/configuring/ignoring-code#the-eslintignore-file

# DIRECTORIES & FILES
**/*.snap
**/*config.*.timestamp*
**/.DS_Store
.eslintcache
.yarn/*
__tests__/report.json
coverage/*
dist/*
node_modules/*
tsconfig.temp.json
**/__tests__/report.json
**/coverage/
**/.temp/
**/dist/
**/node_modules/
**/tsconfig*temp.json
yarn.lock

# NEGATED PATTERNS
!/.*
!**/.eslintrc*
!**/__fixtures__/**/dist/
!**/__fixtures__/**/node_modules/
!**/typings/**/dist/
!.codecov.yml
!.commitlintrc.json
!.cspell.json
!.github/
!.graphqlrc.yml
!.lintstagedrc.json
!.markdownlint.jsonc
!.prettierrc.json
!.vscode/
!.yarnrc.yml
Loading

0 comments on commit ccd4fef

Please sign in to comment.