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 Apr 1, 2024
1 parent 754e612 commit 64252a6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 111 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.4.7",
"version": "1.4.8",
"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.4.0",
"@typescript-eslint/parser": "7.4.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down
154 changes: 46 additions & 108 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 64252a6

Please sign in to comment.