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 376fe57 commit 1186b3bCopy full SHA for 1186b3b
.prettierrc
@@ -2,7 +2,7 @@
2
"bracketSpacing": true,
3
"jsxBracketSameLine": false,
4
"printWidth": 100,
5
- "semi": false,
+ "semi": true,
6
"singleQuote": true,
7
"trailingComma": "all"
8
}
example/react/package.json
@@ -3,13 +3,14 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "react": "^16.4.0",
- "react-dom": "^16.4.0",
- "react-scripts": "1.1.4",
9
"i18next": "12.1.0",
10
"i18next-browser-languagedetector": "2.2.4",
+ "i18next-locize-backend": "^1.7.1",
11
"i18next-xhr-backend": "1.5.1",
12
- "react-i18next": "8.3.8"
+ "react": "^16.4.0",
+ "react-dom": "^16.4.0",
+ "react-i18next": "8.3.8",
13
+ "react-scripts": "1.1.4"
14
},
15
"scripts": {
16
"start": "react-scripts start",
0 commit comments