We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfb2a1 commit 3243b4bCopy full SHA for 3243b4b
1 file changed
packages/component/src/Localization/getLocaleString.js
@@ -1,3 +1,5 @@
1
+/* eslint no-empty: ["error", { "allowEmptyCatch": true }] */
2
+
3
export default function getLocaleString(value, language) {
4
const date = new Date(value);
5
const options = {
0 commit comments