Skip to content

Commit a4c306d

Browse files
authored
Merge pull request #368 from ut-code/migrate-to-prettier3
Migrate to Prettier 3.0
2 parents 32a67bf + e41bb13 commit a4c306d

File tree

161 files changed

+185
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+185
-187
lines changed

.prettierignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/1-trial-session/02-html/_samples/form/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />

docs/1-trial-session/02-html/index.md

Lines changed: 2 additions & 2 deletions

docs/1-trial-session/03-javascript/index.md

Lines changed: 1 addition & 1 deletion

docs/1-trial-session/05-variables/_samples/compound-assignment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="ja">
33
<head>
44
<meta charset="ja" />

docs/1-trial-session/06-boolean/_samples/weird-comparison/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />

docs/1-trial-session/07-if-statement/_samples/the-right-to-vote/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />

docs/1-trial-session/08-functions/_samples/mobile-phone-bill/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="ja">
33
<head>
44
<meta charset="ja" />

docs/1-trial-session/09-css/_samples/first-css/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />

docs/1-trial-session/09-css/_samples/foo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />

0 commit comments

Comments
 (0)