Skip to content

Commit

Permalink
Update Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Aug 19, 2023
1 parent acf57e0 commit df38ede
Show file tree
Hide file tree
Showing 9 changed files with 156 additions and 156 deletions.
2 changes: 1 addition & 1 deletion emoji.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
console.log(
Array.from({ length: 14000 }, (_, i) => String.fromCodePoint(i)).join("")
Array.from({ length: 14000 }, (_, i) => String.fromCodePoint(i)).join(""),
);
2 changes: 1 addition & 1 deletion get-cursor-position.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ setTimeout(() => {
WINDOW_POSITION,
FOREGROUND_COLOR,
BACKGROUND_COLOR,
].join("")
].join(""),
);
}, 200);
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.47.0",
"eslint-plugin-vitest": "0.2.8",
"prettier": "2.7.1",
"prettier": "3.0.2",
"typescript": "5.1.6",
"vitest": "0.34.2"
},
Expand Down
Loading

0 comments on commit df38ede

Please sign in to comment.