Skip to content

Commit

Permalink
Remove unused eslint-disable-next-line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Dec 2, 2023
1 parent 40c7f3d commit 4f3bbb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cli.js
Expand Up @@ -18,7 +18,6 @@ const localRequire = (request) =>
let experimentalApi = {};
try {
experimentalApi = localRequire("eslint/use-at-your-own-risk");
// eslint-disable-next-line unicorn/prefer-optional-catch-binding
} catch (_error) {}

const { ESLint, FlatESLint = experimentalApi.FlatESLint } =
Expand Down

0 comments on commit 4f3bbb4

Please sign in to comment.