mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
chore(deps): migrate to eslint 9 (#2443)
This commit is contained in:
@@ -36,7 +36,7 @@ defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
function startsWithCapital (word) {
|
||||
function startsWithCapital(word) {
|
||||
if (word.charAt(0).startsWith('"')) {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user