Skip to content

Commit

Permalink
chore(deps): update eslint (#3369)
Browse files Browse the repository at this point in the history
* chore(deps): update eslint

* chore(deps): update eslint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
  • Loading branch information
renovate[bot] and Shinigami92 authored Jan 12, 2025
1 parent 5d4754c commit d2c6763
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 99 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"eslint.options": {
"flags": ["unstable_ts_config"]
},
// Enable eslint validation for js and ts files
"eslint.validate": ["javascript", "typescript"],

Expand Down
2 changes: 1 addition & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
'docs/.vitepress/components/api-docs/format.ts',
'docs/.vitepress/shared/utils/slugify.ts',
'docs/.vitepress/theme/index.ts',
'eslint.config.js',
'eslint.config.ts',
],
},
{
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"docs:serve": "vitepress serve docs --port 5173",
"docs:diff": "tsx ./scripts/diff.ts",
"format": "prettier --cache --write .",
"lint": "eslint --cache --cache-strategy content --flag unstable_ts_config .",
"lint": "eslint --cache --cache-strategy content .",
"ts-check": "tsc",
"test": "vitest",
"test:update-snapshots": "vitest run -u",
Expand Down Expand Up @@ -104,8 +104,8 @@
"dist"
],
"devDependencies": {
"@eslint/compat": "1.2.4",
"@eslint/js": "9.17.0",
"@eslint/compat": "1.2.5",
"@eslint/js": "9.18.0",
"@stylistic/eslint-plugin": "2.12.1",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.3",
Expand All @@ -118,7 +118,7 @@
"@vueuse/core": "12.2.0",
"commit-and-tag-version": "12.5.0",
"cypress": "13.17.0",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-file-progress": "3.0.1",
"eslint-plugin-jsdoc": "50.6.1",
Expand All @@ -136,7 +136,7 @@
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0",
"typescript-eslint": "8.19.1",
"validator": "13.12.0",
"vitepress": "1.5.0",
"vitest": "2.1.8",
Expand Down
Loading

0 comments on commit d2c6763

Please sign in to comment.