Skip to content

Commit 0e54ca3

Browse files
committed
chore: update js-lint to 0.2.6, fix linting warnings
1 parent 1b1b43a commit 0e54ca3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"util-callbackify": "^1.0.0"
7474
},
7575
"devDependencies": {
76-
"@matrixai/lint": "^0.2.4",
76+
"@matrixai/lint": "^0.2.6",
7777
"@fast-check/jest": "^2.1.0",
7878
"@swc/core": "1.3.82",
7979
"@swc/jest": "^0.2.29",

src/EncryptedFS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ class EncryptedFS {
864864
path = this.getPath(path);
865865
try {
866866
return !!(await this.navigate(path, true)).target;
867-
} catch (e) {
867+
} catch {
868868
return false;
869869
}
870870
}, callback);

0 commit comments

Comments
 (0)