Skip to content

Commit

Permalink
Bump typescript-eslint from 7.18.0 to 8.6.0 (#361)
Browse files Browse the repository at this point in the history
* Bump typescript-eslint from 7.18.0 to 8.6.0

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.18.0 to 8.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: add vite config to eslint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Evans <[email protected]>
  • Loading branch information
dependabot[bot] and bencevans authored Sep 21, 2024
1 parent 5d62225 commit 26c7ae5
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 234 deletions.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ export default tseslint.config(
{
languageOptions: {
parserOptions: {
projectService: true,
projectService: {
allowDefaultProject: ["*.js", "src/vite.config.js"],
},
tsconfigRootDir: import.meta.dirname,
project: "./tsconfig.json",
},
Expand Down
Loading

0 comments on commit 26c7ae5

Please sign in to comment.