Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
feat: move to xerox prettier-config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Jul 11, 2019
1 parent f00b461 commit ba9403c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
}
},
"prettier": {
"tabWidth": 2,
"singleQuote": true,
"arrowParens": "always",
"endOfLine": "lf"
},
"prettier": "@xerox/prettier-config",
"eslintConfig": {
"extends": [
"./index.js"
Expand All @@ -41,6 +36,7 @@
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@xerox/prettier-config": "^1.0.0",
"eslint": "^5.16.0",
"husky": "^3.0.0",
"prettier": "^1.16.4",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,11 @@
lodash.unescape "4.0.1"
semver "5.5.0"

"@xerox/prettier-config@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@xerox/prettier-config/-/prettier-config-1.0.0.tgz#b31e73f35d5bff85dd0fb913dbd24a1ba9016617"
integrity sha512-Ehcve1yKqJSld9fwiEfWIT22mcsOcI4NVFAwb1YoWvowUaJEBlOt/cfbIYF7hIKCQv22Cc1/nrK0xtYYLM3ANQ==

JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
Expand Down

0 comments on commit ba9403c

Please sign in to comment.