From d4f50ca168141971f5df156f6ceaf8473c918653 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Tue, 24 Oct 2023 09:46:29 -0600 Subject: [PATCH] chore: add eslint-config-prettier --- .eslintrc.json | 5 +---- package.json | 1 + yarn.lock | 5 +++++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 2132c2df..a004f10e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,8 +1,5 @@ { - "extends": [ - "oclif", - "oclif-typescript" - ], + "extends": ["oclif", "oclif-typescript", "prettier"], "rules": { "unicorn/import-style": 1, "unicorn/prefer-node-protocol": 0 diff --git a/package.json b/package.json index 3a04a47b..d8f0865b 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "eslint": "^8.52.0", "eslint-config-oclif": "^5.0.0", "eslint-config-oclif-typescript": "^3.0.8", + "eslint-config-prettier": "^9.0.0", "globby": "^11.0.1", "husky": "^8.0.3", "lint-staged": "^15.0.2", diff --git a/yarn.lock b/yarn.lock index 6ff1c05c..8832d46f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1340,6 +1340,11 @@ eslint-config-oclif@^5.0.0: eslint-plugin-node "^11.1.0" eslint-plugin-unicorn "^48.0.1" +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-config-xo-space@^0.34.0: version "0.34.0" resolved "https://registry.yarnpkg.com/eslint-config-xo-space/-/eslint-config-xo-space-0.34.0.tgz#974db7f7091edc23e2f29cc98acaa1be78ac87e5"