mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 19:57:55 +01:00
docs: lint on catch undefined e
This commit is contained in:
@@ -56,11 +56,11 @@ export default defineAppConfig({
|
||||
::
|
||||
|
||||
${strippedCompoundVariants.value
|
||||
? `
|
||||
? `
|
||||
::callout{icon="i-simple-icons-github" to="https://github.com/benjamincanac/ui3/blob/dev/src/theme/${name}.ts"}
|
||||
Some colors in \`compoundVariants\` are omitted for readability. Check out the source code on GitHub.
|
||||
::`
|
||||
: ''}
|
||||
: ''}
|
||||
`
|
||||
|
||||
let formatted = ''
|
||||
@@ -70,7 +70,7 @@ Some colors in \`compoundVariants\` are omitted for readability. Check out the s
|
||||
semi: false,
|
||||
singleQuote: true
|
||||
})
|
||||
} catch (e) {
|
||||
} catch {
|
||||
formatted = md
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user