Skip to content

Commit 02056d7

Browse files
authored
Bump prettier, and eslint configs (#786)
1 parent 35d9424 commit 02056d7

File tree

3 files changed

+1172
-1330
lines changed

3 files changed

+1172
-1330
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"@typescript-eslint/parser": "^6.7.0",
5151
"body-parser": "1.20.3",
5252
"eslint": "^8.1.0",
53-
"eslint-config-amo": "^5.0.0",
54-
"eslint-plugin-amo": "^1.10.2",
53+
"eslint-config-amo": "^5.12.0",
54+
"eslint-plugin-amo": "^1.26.0",
5555
"express": "4.21.1",
5656
"jest": "^29.0.0",
5757
"node-fetch": "2.6.11",
58-
"prettier": "2.8.8",
59-
"pretty-quick": "^3.0.0",
58+
"prettier": "3.4.0",
59+
"pretty-quick": "4.0.0",
6060
"rimraf": "^5.0.0",
6161
"safe-compare": "1.1.4",
6262
"sinon": "^19.0.2",

src/io/directory.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,8 @@ describe(__filename, () => {
126126
const myDirectory = createDirectory();
127127
await myDirectory.getFiles();
128128

129-
const readStreamEncodingDefault = await myDirectory.getFileAsStream(
130-
'dir2/dir3/file.png',
131-
);
129+
const readStreamEncodingDefault =
130+
await myDirectory.getFileAsStream('dir2/dir3/file.png');
132131

133132
const readStreamEncodingNull = await myDirectory.getFileAsStream(
134133
'dir2/dir3/file.png',

0 commit comments

Comments
 (0)