Skip to content

Commit 549ed80

Browse files
tiagoloureirosrtab
authored andcommitted
fix @dipcode/prettier-config not being declared as dependency
1 parent bb597ca commit 549ed80

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Then edit your `package.json`
2727
If you want to extend the configuration, you have to create your own `.prettierrc.js`.
2828

2929
```js
30-
import companyPrettierConfig from "@dipcode/prettier-config";
30+
import companyPrettierConfig from '@dipcode/prettier-config';
3131

3232
export default {
3333
...dipcodePrettierConfig,

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@
3030
"*.{js,yml,json,md}": "npm run format"
3131
},
3232
"devDependencies": {
33+
"@dipcode/prettier-config": "0.1.0",
3334
"husky": "8.0.3",
3435
"lint-staged": "15.2.0"
3536
},
3637
"peerDependencies": {
3738
"prettier": "^3.0.0"
38-
},
39-
"dependencies": {
40-
"@dipcode/prettier-config": "^0.1.0"
4139
}
4240
}

0 commit comments

Comments
 (0)