mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 19:17:19 +00:00
chore: run formatter
This commit is contained in:
parent
3ef89246ba
commit
3722393ec0
40 changed files with 13085 additions and 13040 deletions
|
@ -1,9 +0,0 @@
|
|||
module.exports = {
|
||||
extends: ["../.eslintrc.js"],
|
||||
rules: {
|
||||
"@typescript-eslint/no-unused-vars": 0,
|
||||
"no-self-assign": 0,
|
||||
"no-empty": 0,
|
||||
"@typescript-eslint/no-var-requires": 0,
|
||||
},
|
||||
};
|
9
dashboard/.eslintrc.json
Normal file
9
dashboard/.eslintrc.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": ["../.eslintrc.js"],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-unused-vars": 0,
|
||||
"no-self-assign": 0,
|
||||
"no-empty": 0,
|
||||
"@typescript-eslint/no-var-requires": 0
|
||||
}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
body {
|
||||
font: normal 18px/1.5 sans-serif;
|
||||
font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
|
||||
font-family:
|
||||
system,
|
||||
-apple-system,
|
||||
".SFNSText-Regular",
|
||||
"San Francisco",
|
||||
"Roboto",
|
||||
"Segoe UI",
|
||||
"Helvetica Neue",
|
||||
"Lucida Grande",
|
||||
sans-serif;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
|
||||
@media (width < theme(--breakpoint-lg)) {
|
||||
.docs-sidebar.closed:not(:focus-within) {
|
||||
@apply sr-only;
|
||||
@apply sr-only;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
& li:not(:first-child)::before {
|
||||
display: block;
|
||||
content: ' ';
|
||||
content: " ";
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
border-radius: 50%;
|
||||
|
|
2
dashboard/src/vite-env.d.ts
vendored
2
dashboard/src/vite-env.d.ts
vendored
|
@ -1,6 +1,6 @@
|
|||
/// <reference types="vite/client" />
|
||||
|
||||
declare module '*.html' {
|
||||
declare module "*.html" {
|
||||
const value: string;
|
||||
export default value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue