You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this in combination with eslint versions 2+, but always got an error message
`Unexpected top-level property "ecmaFeatures"``
Looking into the eslint docs, I saw that ecmaFeatures is now a sub-key under parserOptions. I guess this is not reflected here. Would it be possible to upgrade this to the latest version?
The text was updated successfully, but these errors were encountered:
I tried to use this in combination with eslint versions 2+, but always got an error message
`Unexpected top-level property "ecmaFeatures"``
Looking into the eslint docs, I saw that ecmaFeatures is now a sub-key under parserOptions. I guess this is not reflected here. Would it be possible to upgrade this to the latest version?
The text was updated successfully, but these errors were encountered: