Skip to content

Commit 3243b4b

Browse files
committed
Fix eslint
1 parent 8dfb2a1 commit 3243b4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/component/src/Localization/getLocaleString.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint no-empty: ["error", { "allowEmptyCatch": true }] */
2+
13
export default function getLocaleString(value, language) {
24
const date = new Date(value);
35
const options = {

0 commit comments

Comments
 (0)