Skip to content

Commit

Permalink
chore: add eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 24, 2023
1 parent 9040835 commit d4f50ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": [
"oclif",
"oclif-typescript"
],
"extends": ["oclif", "oclif-typescript", "prettier"],
"rules": {
"unicorn/import-style": 1,
"unicorn/prefer-node-protocol": 0
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d4f50ca

Please sign in to comment.