Skip to content

Commit

Permalink
🔧 config(.depcheckrc.json): added two devDependencies to ignore
Browse files Browse the repository at this point in the history
ignoring two devDependencies typedoc-plugin-extras and gitmoji-parser-opts
  • Loading branch information
jebarpg committed Jul 22, 2024
1 parent 999b432 commit 8d79053
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .depcheckrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"ignores": [
"gitmoji-parser-opts",
"jest-snapshot",
"quick-lint-js",
"prettier-plugin-organize-imports",
"typedoc",
"typedoc-plugin-coverage",
"typedoc-plugin-extras",
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/depcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ jobs:

- name: 🔍🔗 Check Project Unused Dependencies
run: bun run depcheck:ci
#Need to run dependency-version-badge and edit the readme file here as well.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:

- name: 🏗️ 📝 Build Project Documentation
run: bun run docs
#Need to run dependency-version-badge and edit the readme file here as well.
#TODO: Need to run dependency-version-badge and edit the readme file here as well.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,80 +140,80 @@
".eslintignore",
".eslintrc.json",
".gitignore",
".prettierignore",
".prettierrc.json",
"license",
".prettierignore",
"readme-api.md",
"readme.md",
"commit-template.hbs",
"commitlint.config.ts",
"license",
"default-template.hbs",
"emojitypescommitmessages.txt",
"jest.config.json",
"package-lock.json",
"package.json",
"release.config.ts",
"renovate.json",
"tsconfig.json",
"typedoc.json",
"tsconfig.json",
".vscode/settings.json",
"public/.gitkeep",
"repo_management_files/branchnamingconventions.md",
"repo_management_files/cz-emoji-type-extract.js",
"repo_management_files/cz-type-extract.js",
"repo_management_files/directorystructuredocument.md",
"repo_management_files/extractfilescopes.js",
"repo_management_files/cz-emoji-type-extract.js",
"repo_management_files/gitmojisemver-extract.js",
"repo_management_files/genericcommitmessages.md",
"repo_management_files/gitmojisemver-extract.js",
"repo_management_files/issues.sh",
"repo_management_files/labels.sh",
"repo_management_files/packagejsondocument.md",
"repo_management_files/issues.sh",
".github/dependabot.yml",
".github/workflows/build.yml",
".github/workflows/depcheck.yml",
".github/workflows/docs.yml",
".github/workflows/lint.yml",
".github/workflows/release.yml",
".github/workflows/pr.yml",
".github/workflows/test.yml",
".github/workflows/release.yml",
".husky/commit-msg",
".husky/pre-commit",
".husky/prepare-commit-msg",
".husky/commit-msg",
".husky/_/.gitignore",
".husky/_/applypatch-msg",
".husky/_/commit-msg",
".husky/_/h",
".husky/_/post-applypatch",
".husky/_/post-checkout",
".husky/_/post-commit",
".husky/_/post-merge",
".husky/_/post-rewrite",
".husky/_/pre-applypatch",
".husky/_/post-applypatch",
".husky/_/pre-auto-gc",
".husky/_/pre-commit",
".husky/_/pre-push",
".husky/_/pre-commit",
".husky/_/pre-rebase",
".husky/_/prepare-commit-msg",
"src/app.ts",
"src/bin/.gitkeep",
"src/models/.gitkeep",
"src/middleware/.gitkeep",
"src/controllers/.gitkeep",
"src/configs/.gitkeep",
"src/models/.gitkeep",
"src/plugins/.gitkeep",
"src/utils/.gitkeep",
"src/routes/.gitkeep",
"src/plugins/.gitkeep",
"src/controllers/.gitkeep",
"src/middleware/.gitkeep",
"src/views/.gitkeep",
"test/.gitkeep",
"test/app.test.ts",
"test/bin/.gitkeep",
"test/controllers/.gitkeep",
"test/configs/.gitkeep",
"test/routes/.gitkeep",
"test/plugins/.gitkeep",
"test/models/.gitkeep",
"test/controllers/.gitkeep",
"test/middleware/.gitkeep",
"test/plugins/.gitkeep",
"test/routes/.gitkeep",
"test/utils/.gitkeep",
"test/models/.gitkeep",
"test/views/.gitkeep"
],
"questions": {
Expand Down

0 comments on commit 8d79053

Please # to comment.