Skip to content

Commit 9157cad

Browse files
authored
Merge pull request #209 from KeevanDance/patch-3
Use "parserOptions" instead of just "ecmaFeatures"
2 parents 56b8078 + 38fce3e commit 9157cad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ If it is not already the case you must also configure `ESLint` to support JSX.
4646

4747
```json
4848
{
49-
"ecmaFeatures": {
50-
"jsx": true
49+
"parserOptions": {
50+
"ecmaFeatures": {
51+
"jsx": true
52+
}
5153
}
5254
}
5355
```

0 commit comments

Comments
 (0)