mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-05 14:48:03 +01:00
playground: lint
This commit is contained in:
@@ -39,7 +39,7 @@ const components = [
|
||||
'tooltip'
|
||||
]
|
||||
|
||||
function upperName (name: string) {
|
||||
function upperName(name: string) {
|
||||
return splitByCase(name).map(p => upperFirst(p)).join('')
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user