Skip to content

Commit 1441e20

Browse files
author
Marek Rozmus
committed
Update prettier config and react dependencies
1 parent 95b4fa4 commit 1441e20

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dist
2+
node_modules

.prettierrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"singleQuote": true
2+
"arrowParens": "avoid",
3+
"endOfLine": "auto",
4+
"singleQuote": true,
5+
"trailingComma": "none"
36
}

examples/.prettierrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"singleQuote": true
2+
"arrowParens": "avoid",
3+
"endOfLine": "auto",
4+
"singleQuote": true,
5+
"trailingComma": "none"
36
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"jest-transform-css": "2.0.0",
5050
"lint-staged": "10.1.3",
5151
"prettier": "2.0.4",
52-
"prop-types": "^15.7.2",
53-
"react": "^16.12.0",
54-
"react-dom": "^16.12.0",
52+
"prop-types": "15.7.2",
53+
"react": "16.13.1",
54+
"react-dom": "16.13.1",
5555
"rollup": "2.6.1",
5656
"rollup-plugin-babel": "4.4.0",
5757
"rollup-plugin-copy": "3.3.0",

0 commit comments

Comments
 (0)