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 Aug 1, 2024
1 parent 9d5415f commit 7bdd242
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 101 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.8",
"version": "1.5.9",
"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.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-plugin-chai-expect": "3.1.0",
Expand Down
Loading

0 comments on commit 7bdd242

Please sign in to comment.