We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c7f3d commit 4f3bbb4Copy full SHA for 4f3bbb4
bin/cli.js
@@ -18,7 +18,6 @@ const localRequire = (request) =>
18
let experimentalApi = {};
19
try {
20
experimentalApi = localRequire("eslint/use-at-your-own-risk");
21
- // eslint-disable-next-line unicorn/prefer-optional-catch-binding
22
} catch (_error) {}
23
24
const { ESLint, FlatESLint = experimentalApi.FlatESLint } =
0 commit comments