diff --git a/README.md b/README.md index c64fc48..1a0c2fa 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,10 @@ If it is not already the case you must also configure `ESLint` to support JSX. ```json { - "ecmaFeatures": { - "jsx": true + "parserOptions": { + "ecmaFeatures": { + "jsx": true + } } } ```