aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-09-16 10:37:53 +0200
committerGitHub <[email protected]>2024-09-16 10:37:53 +0200
commite2ea797ea950fedfd4ec0e5df99e89abd5272da5 (patch)
treeb4f7f244de8183c1afdf2d0a30979f057709f403 /package.json
parent15fd536a18f75a73060512ae095a0a20f5fec6b6 (diff)
downloadfaker-e2ea797ea950fedfd4ec0e5df99e89abd5272da5.tar.xz
faker-e2ea797ea950fedfd4ec0e5df99e89abd5272da5.zip
infra: use eslint.config.ts (#3044)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/package.json b/package.json
index 3c78bfd9..debe9480 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 .",
+ "lint": "eslint --cache --cache-strategy content --flag unstable_ts_config .",
"ts-check": "tsc",
"test": "vitest",
"test:update-snapshots": "vitest run -u",
@@ -105,14 +105,10 @@
"devDependencies": {
"@actions/github": "6.0.0",
"@algolia/client-search": "5.4.1",
- "@eslint-types/deprecation": "2.0.0-1",
- "@eslint-types/jsdoc": "48.2.2",
- "@eslint-types/prettier": "5.1.3",
- "@eslint-types/typescript-eslint": "7.5.0",
- "@eslint-types/unicorn": "52.0.0",
"@eslint/compat": "1.1.1",
"@eslint/js": "9.10.0",
"@stylistic/eslint-plugin": "2.8.0",
+ "@types/eslint__js": "8.42.3",
"@types/node": "20.16.5",
"@types/sanitize-html": "2.13.0",
"@types/semver": "7.5.8",
@@ -129,6 +125,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "55.0.0",
"eslint-plugin-vitest": "0.5.4",
+ "jiti": "1.21.6",
"npm-run-all2": "6.2.3",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",