Replies: 2 comments
-
|
Can you send me that sample |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Sure thing: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hopefully an easy question, but I'm struggling to figure out why this is happening. With a default generated configuration, I run
npx eslint useRoles.jsand receive a parse error for the period in an optional chaining operator:From what I can tell, it's from one of the
configs.base.recommendedthat specify aparserOptions.ecmaVersion:The failure goes away if I filter these out
My .browserlistrc is
defaults, but I'm guessing this isn't being considered here?The config being used is:
Beta Was this translation helpful? Give feedback.
All reactions