-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed as not planned
Labels
archived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionbugESLint is working incorrectlyESLint is working incorrectlyrepro:neededThis issue should include a reproducible exampleThis issue should include a reproducible example
Description
Environment
Node version: 18
npm version: 9.6.7
Local ESLint version: 8.49.0
Operating System: macOS
What parser are you using?
Default (Espree)
What did you do?
Configuration
<!-- Paste your configuration here -->
extends: [
'eslint:recommended',
],
env: {
es2022: true,
},
parserOptions: {
ecmaVersion: 2022,
},
What did you expect to happen?
BarcodeDetector
is defined https://developer.mozilla.org/en-US/docs/Web/API/Barcode_Detection_API
What actually happened?
'BarcodeDetector' is not defined.
Link to Minimal Reproducible Example
Participation
- I am willing to submit a pull request for this issue.
Additional comments
No response
yvele
Metadata
Metadata
Assignees
Labels
archived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionbugESLint is working incorrectlyESLint is working incorrectlyrepro:neededThis issue should include a reproducible exampleThis issue should include a reproducible example
Type
Projects
Status
Complete