Skip to content

Commit

Permalink
fix(deps): update eslint to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent 08f8f2e commit 6a3b2b8
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 79 deletions.
6 changes: 3 additions & 3 deletions configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "eslint-config-custom",
"version": "1.5.1",
"version": "1.5.2",
"private": true,
"license": "MIT",
"scripts": {
"lint": "eslint . --ext cjs --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-plugin-chai-expect": "3.0.0",
Expand Down
147 changes: 71 additions & 76 deletions pnpm-lock.yaml

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

0 comments on commit 6a3b2b8

Please sign in to comment.