-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
From the commit date, I was hoping this would be an update to the eslint-rallycoding from your courses.. but it still has the same errors/warnings that seem to keep it from functioning properly.
Is there a way to resolve this: ?
DeprecationWarning: [eslint] The 'ecmaFeatures' config file property is deprecated, and has no effect.
Thanks
edit, figured it out.. by dropping it into parseOptions:
parserOptions: {
ecmaFeatures: {
jsx: true,
},
},
Metadata
Metadata
Assignees
Labels
No labels