diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-01-12 13:39:01 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-12 12:39:01 +0000 |
| commit | d2c67636c0f5bcb0886e1d217288a47b940ab284 (patch) | |
| tree | 8d923068702b1d4a5bf88fa4c92065f634a14296 /package.json | |
| parent | 5d4754c51e2499df9e4a8e4684ad04d461066de7 (diff) | |
| download | faker-d2c67636c0f5bcb0886e1d217288a47b940ab284.tar.xz faker-d2c67636c0f5bcb0886e1d217288a47b940ab284.zip | |
chore(deps): update eslint (#3369)
* chore(deps): update eslint
* chore(deps): update eslint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shinigami92 <[email protected]>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 69680493..3f8b43c3 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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", @@ -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", |
