Skip to content

Commit 1186b3b

Browse files
committed
use semicolons in prettier
1 parent 376fe57 commit 1186b3b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"bracketSpacing": true,
33
"jsxBracketSameLine": false,
44
"printWidth": 100,
5-
"semi": false,
5+
"semi": true,
66
"singleQuote": true,
77
"trailingComma": "all"
88
}

example/react/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"react": "^16.4.0",
7-
"react-dom": "^16.4.0",
8-
"react-scripts": "1.1.4",
96
"i18next": "12.1.0",
107
"i18next-browser-languagedetector": "2.2.4",
8+
"i18next-locize-backend": "^1.7.1",
119
"i18next-xhr-backend": "1.5.1",
12-
"react-i18next": "8.3.8"
10+
"react": "^16.4.0",
11+
"react-dom": "^16.4.0",
12+
"react-i18next": "8.3.8",
13+
"react-scripts": "1.1.4"
1314
},
1415
"scripts": {
1516
"start": "react-scripts start",

0 commit comments

Comments
 (0)