@vidispine/prettier-config 23.4.0-pre.1 → 23.4.0-pre.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Add vdt prettier config
|
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
|
-
1. Add **@vidispine/prettier-config** and **prettier (2.x)** as devDependencies
|
|
7
|
+
1. Add **@vidispine/prettier-config** and **prettier (3.x or 2.x)** as devDependencies
|
|
8
8
|
2. Add prettier config in package.json or equivalent file, e.g.:
|
|
9
9
|
|
|
10
10
|
```json
|
|
@@ -24,3 +24,5 @@ Add vdt prettier config
|
|
|
24
24
|
100
|
|
25
25
|
],
|
|
26
26
|
```
|
|
27
|
+
|
|
28
|
+
_Note: "ruler" is just to indicate where prettier usually tries to wrap lines in the editor_
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/prettier-config",
|
|
3
|
-
"version": "23.4.0-pre.
|
|
3
|
+
"version": "23.4.0-pre.3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
6
|
+
"access": "public",
|
|
7
|
+
"registry": "https://registry.npmjs.org"
|
|
7
8
|
},
|
|
8
9
|
"description": "Prettier config",
|
|
9
10
|
"homepage": "https://vidispine.github.io/vdt",
|
|
@@ -22,11 +23,11 @@
|
|
|
22
23
|
"prettier": "^2.0.0 || ^3.0.0"
|
|
23
24
|
},
|
|
24
25
|
"devDependencies": {
|
|
25
|
-
"@vidispine/eslint-config-base": "23.4.0-pre.
|
|
26
|
-
"@vidispine/eslint-config-mdx": "23.4.0-pre.
|
|
27
|
-
"@vidispine/prettier-config": "23.4.0-pre.
|
|
28
|
-
"eslint": "8.
|
|
29
|
-
"prettier": "
|
|
26
|
+
"@vidispine/eslint-config-base": "23.4.0-pre.3",
|
|
27
|
+
"@vidispine/eslint-config-mdx": "23.4.0-pre.3",
|
|
28
|
+
"@vidispine/prettier-config": "23.4.0-pre.3",
|
|
29
|
+
"eslint": "8.55.0",
|
|
30
|
+
"prettier": "3.1.0"
|
|
30
31
|
},
|
|
31
32
|
"eslintConfig": {
|
|
32
33
|
"extends": [
|