mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(ci): eslint + prettier → biome (#325)
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
export function printConsoleBanner(version: string): void {
|
||||
// eslint-disable-next-line no-console
|
||||
console.info(
|
||||
`%c Video.js %c v${version}`,
|
||||
`border-radius: 9999px;
|
||||
background: #393836;
|
||||
font: bold 1.5em/1.5em monospace;
|
||||
color: #ebe4c1;
|
||||
text-shadow: 1px 1px 0 #fcb116,
|
||||
2px 2px 0 #f26222,
|
||||
3px 3px 0 #ea3837,
|
||||
text-shadow: 1px 1px 0 #fcb116,
|
||||
2px 2px 0 #f26222,
|
||||
3px 3px 0 #ea3837,
|
||||
4px 4px 0 #a83b71`,
|
||||
`font: 1em monospace;`,
|
||||
);
|
||||
@@ -21,12 +20,10 @@ export function printConsoleBanner(version: string): void {
|
||||
);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.info(
|
||||
'%cReport a Bug, Issue or Feature Request - https://github.com/videojs/v10/issues/new/choose',
|
||||
'color: #aaa; font-size: .9em;',
|
||||
);
|
||||
// eslint-disable-next-line no-console
|
||||
console.info(
|
||||
'%cReach out on Discord - https://discord.gg/JBqHh485uF',
|
||||
'color: #aaa; font-size: .9em;',
|
||||
|
||||
Reference in New Issue
Block a user