The docs suggest ``` "ecmaFeatures": { "jsx": true }, ``` But for me, using eslint 4.19.0, I get the following warning: > [eslint] The 'ecmaFeatures' config file property is deprecated, and has no effect.