Skip to content

Commit 4f3bbb4

Browse files
committed
Remove unused eslint-disable-next-line comment
1 parent 40c7f3d commit 4f3bbb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/cli.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const localRequire = (request) =>
1818
let experimentalApi = {};
1919
try {
2020
experimentalApi = localRequire("eslint/use-at-your-own-risk");
21-
// eslint-disable-next-line unicorn/prefer-optional-catch-binding
2221
} catch (_error) {}
2322

2423
const { ESLint, FlatESLint = experimentalApi.FlatESLint } =

0 commit comments

Comments
 (0)