From fb38ac0110f47f963cd1a2b57488275b85c62d98 Mon Sep 17 00:00:00 2001 From: Alex Ruddick Date: Fri, 3 Nov 2023 13:44:57 -0500 Subject: [PATCH] Update eslint-config-prettier to v9 --- .eslintrc.js | 1 - package.json | 2 +- yarn.lock | 15 ++++----------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 98cc0cf..1105a1b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,7 +2,6 @@ module.exports = { extends: [ 'airbnb', 'plugin:prettier/recommended', - 'prettier/react', 'plugin:import/errors', 'plugin:import/warnings', 'plugin:css-modules/recommended' diff --git a/package.json b/package.json index 691b803..1db4a0b 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "electron-react-devtools": "^0.5.3", "eslint": "^7.4.0", "eslint-config-airbnb": "^18.2.0", - "eslint-config-prettier": "^6.9.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-css-modules": "^2.11.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", diff --git a/yarn.lock b/yarn.lock index 6585af3..29e585f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4244,12 +4244,10 @@ eslint-config-airbnb@^18.2.0: object.assign "^4.1.2" object.entries "^1.1.2" -eslint-config-prettier@^6.9.0: - version "6.15.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" - integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== - dependencies: - get-stdin "^6.0.0" +eslint-config-prettier@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" + integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== eslint-import-resolver-node@^0.3.9: version "0.3.9" @@ -4917,11 +4915,6 @@ get-stdin@^5.0.1: resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398" integrity sha512-jZV7n6jGE3Gt7fgSTJoz91Ak5MuTLwMwkoYdjxuJ/AmjIsE1UC03y/IWkZCQGEvVNS9qoRNwy5BCqxImv0FVeA== -get-stdin@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" - integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== - get-stream@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"