refactor: get name initials

This commit is contained in:
Tristan Yang
2022-08-19 10:46:31 +08:00
parent d38e767ae0
commit 206c7ac86f
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
"react/react-in-jsx-scope": "off",
"semi": 2,
"no-console": "off",
"no-control-regex": "off",
"react/prop-types": 0,
"react/no-unescaped-entities": "off",
"no-unused-vars": "off",