Skip to content

Commit

Permalink
Merge pull request #172 from Automattic/update/eslint
Browse files Browse the repository at this point in the history
Update ESLint and its typings to the latest version
  • Loading branch information
sjinks authored Aug 23, 2023
2 parents e611a8f + dca9592 commit cabc4fc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 74 deletions.
97 changes: 26 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/Automattic/eslint-config-wpvip#readme",
"dependencies": {
"@babel/eslint-parser": "7.22.10",
"@rushstack/eslint-patch": "1.2.0",
"@rushstack/eslint-patch": "1.3.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-config-prettier": "8.7.0",
Expand All @@ -56,9 +56,9 @@
},
"devDependencies": {
"@tsconfig/node18": "1.0.1",
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.2",
"@types/jest": "29.5.0",
"eslint": "8.35.0",
"eslint": "8.47.0",
"jest": "29.5.0",
"prettier": "npm:[email protected]",
"ts-jest": "29.0.5",
Expand Down

0 comments on commit cabc4fc

Please sign in to comment.