Skip to content

Commit

Permalink
fix: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jan 21, 2024
1 parent 6bf2215 commit c14f96a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/bubbleclusters.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Sample</title>
Expand Down
2 changes: 1 addition & 1 deletion samples/component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Sample</title>
Expand Down
2 changes: 1 addition & 1 deletion samples/default.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Sample</title>
Expand Down
2 changes: 1 addition & 1 deletion samples/default_esm.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>ESM Sample</title>
Expand Down
2 changes: 1 addition & 1 deletion samples/euler.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Sample</title>
Expand Down
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"noEmit": true,
"paths": {
"@": ["./src"],
"*": ["*", "node_modules/*"]
}
"*": ["*", "node_modules/*"],
},
},
"include": ["src/**/*.ts", "src/**/*.tsx"],

Expand All @@ -38,6 +38,6 @@
"excludeExternals": true,
"excludePrivate": true,
"includeVersion": true,
"hideGenerator": true
}
"hideGenerator": true,
},
}

0 comments on commit c14f96a

Please sign in to comment.