We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f6c70 commit cc7956dCopy full SHA for cc7956d
README.md
@@ -20,14 +20,14 @@ Then edit your `package.json`
20
```json
21
{
22
// ...
23
- "prettier": "@company/prettier-config"
+ "prettier": "@dipcode/prettier-config"
24
}
25
```
26
27
If you want to extend the configuration, you have to create your own `.prettierrc.js`.
28
29
```js
30
-import companyPrettierConfig from '@dipcode/prettier-config';
+import dipcodePrettierConfig from '@dipcode/prettier-config';
31
32
export default {
33
...dipcodePrettierConfig,
0 commit comments