Skip to content

Commit

Permalink
fix(eslint): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
victorperin committed Feb 4, 2024
1 parent e206c96 commit 78d6403
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 453 deletions.
1 change: 1 addition & 0 deletions .eslintrc
@@ -1,4 +1,5 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"env": {
"commonjs": true,
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -43,16 +43,16 @@
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@stryker-mutator/jest-runner": "^8.2.3",
"@types/common-tags": "^1.8.4",
"@types/jest": "^27.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-editorconfig": "^3.2.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.1.3",
"execa": "^5.1.1",
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
Expand All @@ -61,7 +61,7 @@
"jest-ts-auto-mock": "^2.1.0",
"lint-staged": "^11.2.6",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"prettier": "^3.2.4",
"semantic-release": "^19.0.5",
"source-map-support": "^0.5.21",
"ts-auto-mock": "^3.7.2",
Expand Down

0 comments on commit 78d6403

Please sign in to comment.