Skip to content

Commit 9b94f67

Browse files
committed
update all deps again, undo eslint changes, regenerate svgs
1 parent d03cf68 commit 9b94f67

18 files changed

+347
-283
lines changed

.eslintrc.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ ignorePatterns:
66
- /web_src/fomantic
77
- /public/assets/js
88

9-
parser: "@typescript-eslint/parser"
10-
119
parserOptions:
1210
sourceType: module
1311
ecmaVersion: latest
@@ -32,13 +30,6 @@ env:
3230
es2024: true
3331
node: true
3432

35-
settings:
36-
import/extensions: [".js"]
37-
import/parsers:
38-
"@typescript-eslint/parser": [".js"]
39-
import/resolver:
40-
typescript: true
41-
4233
overrides:
4334
- files: ["web_src/**/*"]
4435
globals:

example.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title></title>
7+
<style type="text/css">
8+
body {
9+
width:100%;
10+
background: #000;
11+
}
12+
</style>
13+
</head>
14+
<body>
15+
x
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)