Skip to content

Commit

Permalink
chore(deps): update devdependencies typescript-eslint from v7.17.0 to…
Browse files Browse the repository at this point in the history
… v8 (#580)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dan Adajian <[email protected]>
  • Loading branch information
renovate[bot] and danadajian authored Aug 5, 2024
1 parent 94cc90b commit f12456d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable @typescript-eslint/no-require-imports */
const typescriptEslint = require('typescript-eslint');
const eslintPluginReact = require('eslint-plugin-react');

Expand All @@ -21,6 +21,6 @@ module.exports = [
}
},
{
ignores: ['**/dist', 'docs', '**/public']
ignores: ['**/dist', 'docs', '**/public', 'comparadise-utils/commands.js']
}
];
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript-eslint": "7.17.0"
"typescript-eslint": "8.0.0"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker-compose up -d",
"docker": "docker build . --tag comparadise && docker compose up -d",
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint .",
Expand Down

0 comments on commit f12456d

Please sign in to comment.