@ivuorinen/prettier-config 0.2.9 → 0.2.10
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 +2 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# @ivuorinen/prettier-config <!-- omit in toc -->
|
|
2
2
|
|
|
3
|
-
[![npm package][npm-badge]][npm-link]
|
|
4
|
-
[![license MIT][license-badge]][license-link]
|
|
5
|
-
[![ivuorinen's Code Style][style-badge]][style-link]
|
|
3
|
+
[![npm package][npm-badge]][npm-link] [![license MIT][license-badge]][license-link] [![ivuorinen's Code Style][style-badge]][style-link]
|
|
6
4
|
|
|
7
5
|
> ivuorinen's shareable configuration for [`Prettier`][prettier-link].
|
|
8
6
|
|
|
@@ -37,8 +35,7 @@ After installing it, a _`.prettierrc.json`_ file will be created automatically i
|
|
|
37
35
|
> ```js
|
|
38
36
|
> module.exports = {
|
|
39
37
|
> ...require('@ivuorinen/prettier-config'),
|
|
40
|
-
>
|
|
41
|
-
> // Add custom options bellow:
|
|
38
|
+
> // Add custom options below:
|
|
42
39
|
> semi: true
|
|
43
40
|
> }
|
|
44
41
|
> ```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ivuorinen/prettier-config",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"description": "ivuorinen's shareable configuration for Prettier.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Ismo Vuorinen",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"postinstall": "node scripts/postinstall.js"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@ivuorinen/config-checker": "^1.1.
|
|
39
|
+
"@ivuorinen/config-checker": "^1.1.3",
|
|
40
40
|
"prettier": "3.2.5"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "945220d7407c644c7567b193d62e60d676a84a66"
|
|
43
43
|
}
|