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?
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?