Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
feat: add eslint-config-prettier to silence formatting warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal committed Jun 21, 2021
1 parent eac4360 commit 37ccbd8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"extends": [
"oclif",
"oclif-typescript"
],
"rules": {
}
"extends": ["oclif", "oclif-typescript", "prettier"],
"rules": {}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"eslint-config-prettier": "^8.3.0",
"globby": "^11.0.1",
"mocha": "^8.0.1",
"ts-node": "^9.1.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,11 @@ eslint-config-oclif@^3.1.0:
eslint-plugin-node "^7.0.1"
eslint-plugin-unicorn "^6.0.1"

eslint-config-prettier@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==

eslint-config-xo-space@^0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/eslint-config-xo-space/-/eslint-config-xo-space-0.20.0.tgz#75e1fb86d1b052fc1cc3036ca2fa441fa92b85e4"
Expand Down

0 comments on commit 37ccbd8

Please sign in to comment.