Skip to content

Commit

Permalink
fix: remove unused jest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jan 24, 2023
1 parent c69d9d6 commit 66944a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
3 changes: 1 addition & 2 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"src/**/*.{js,ts,tsx}": ["eslint src --ext js,ts --fix"],
"**/*.{md,mdx,json}": ["prettier '**/*.{md,mdx,json}' --write"],
"./yarn.lock": ["lockfile-lint -p ./yarn.lock -a yarn -t yarn -s"]
"**/*.{md,mdx,json}": ["prettier '**/*.{md,mdx,json}' --write"]
}
25 changes: 0 additions & 25 deletions jest.config.js

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
Expand All @@ -74,7 +73,6 @@
"http-status-codes": "^2.2.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest": "^29.4.0",
"lint-staged": "^13.1.0",
"lockfile-lint": "^4.10.0",
"prettier": "^2.8.3",
Expand Down

0 comments on commit 66944a8

Please sign in to comment.