From f279ff787bd908372813a04b756629467506f51e Mon Sep 17 00:00:00 2001 From: escapedcat Date: Tue, 8 Aug 2023 13:45:03 +0800 Subject: [PATCH] revert: eslint-config-prettier to v8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f8f85866c1..d77d72d84d 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "cross-env": "^7.0.3", "docsify-cli": "^4.4.3", "eslint": "^8.46.0", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^8.10.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jest": "^27.2.3", "husky": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 39d01eac15..dc10ff428a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3906,10 +3906,10 @@ escape-string-regexp@^4.0.0: resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-config-prettier@^9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" - integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== +eslint-config-prettier@^8.10.0: + version "8.10.0" + resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" + integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== eslint-import-resolver-node@^0.3.7: version "0.3.7"