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 90402e3 commit e177c57Copy full SHA for e177c57
README.md
@@ -1,6 +1,14 @@
1
-# Prettier settings:
+# Prettier Settings:
2
3
-This package adds these prettier settings:
+
4
+
5
+## Installation
6
7
+Install this package with `npm i -D prettier-es5` as a developer dependency.
8
9
+## Content
10
11
+It adds these prettier settings to your project:
12
13
```
14
{
@@ -11,6 +19,8 @@ This package adds these prettier settings:
19
}
20
21
22
+## Usage
23
24
In order to use this config, you need to add the following to your `package.json` file:
15
25
16
26
0 commit comments