Skip to content

Commit 518bb22

Browse files
committedJun 27, 2023
chore: update readme
Signed-off-by: prisis <d.bannert@anolilab.de>
1 parent 8350799 commit 518bb22

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎packages/prettier-config/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,14 @@ pnpm add -D eslint @anolilab/prettier-config
3636

3737
## Usage
3838

39-
If you don’t have a `.prettierrc.{c|m}js` and `.prettierignore`, we will create the file for you after installing `@anolilab/prettier-config`.
39+
If you don’t have a `.prettierrc.js` and `.prettierignore`, we will create the file for you after installing `@anolilab/prettier-config`.
40+
41+
> Note: If the script detects an existing `.prettierrc.js` file, it will not overwrite it.
42+
43+
> Note: It can happen that the postinstall script don't run, then you have to add the `.prettierrc.js` manually.
44+
45+
<details>
46+
<summary>File content of the `.prettierrc.js`</summary>
4047

4148
```js
4249
{
@@ -79,6 +86,8 @@ If you don’t have a `.prettierrc.{c|m}js` and `.prettierignore`, we will creat
7986
embeddedLanguageFormatting: "auto",
8087
}
8188
```
89+
</details>
90+
8291

8392
## Supported Node.js Versions
8493

‎packages/stylelint-config/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ If you don’t have a `.stylelintrc.js`, we will create the file for you after i
5555

5656
If you already have a `.stylelintrc.js`, then you can extend the `.stylelintrc.js`, with `@anolilab/stylelint-config`.
5757

58+
> Note: If the script detects an existing `.stylelintrc.js` file, it will not overwrite it.
59+
60+
> Note: It can happen that the postinstall script don't run, then you have to add the `.stylelintrc.js` manually.
61+
5862
```js
5963
module.exports = {
6064
extends: [

0 commit comments

Comments
 (0)
Please sign in to comment.