Skip to content

Commit

Permalink
Use external Prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Nov 10, 2021
1 parent 8f46bc5 commit 46e7bba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .prettierrc

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"source": "./src/index.ts",
"bin": "./dist/tsc-mixed.js",
"prettier": "@bouchenoiremarc/prettier-config",
"lint-staged": {
"**/*.{ts,tsx}": [
"eslint --fix",
Expand All @@ -43,6 +44,7 @@
},
"devDependencies": {
"@bouchenoiremarc/eslint-config": "^2.0.0",
"@bouchenoiremarc/prettier-config": "^1.1.0",
"@swc-node/jest": "^1.3.5",
"@swc-node/register": "^1.3.3",
"@types/jest": "^27.0.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,11 @@
eslint-plugin-unicorn "^38.0.1"
eslint-plugin-unused-imports "^2.0.0"

"@bouchenoiremarc/prettier-config@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bouchenoiremarc/prettier-config/-/prettier-config-1.1.0.tgz#acc30113056b7bc692668258f3870d1f65ba1ce4"
integrity sha512-5kT/iTsrEf80Jmqr/sSWOGgkXTC/HlAYU/fIj2SN+OIA5ILJbhScs8z05zj/XcMUOJW/boa3uxWTBshlX5gF3w==

"@eslint/eslintrc@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.4.tgz#dfe0ff7ba270848d10c5add0715e04964c034b31"
Expand Down

0 comments on commit 46e7bba

Please sign in to comment.