Not linting unsupported feature #647
GarfieldDeepClone
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi :)
I'm using "eslint-plugin-compat": "^6.0.2",
along with some other eslint dependencies:
tsconfig:
"target": "ES2023",
"module": "ES2022",
browserslist in package.json:
eslintrc.json:
TS code that should be linted but is not:
eslint is working in that file im trying to get an error.
Any ideas why it's not working?
Beta Was this translation helpful? Give feedback.
All reactions