Bug 1560186 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

An error occurred running eslint. Please check the following error messages:

{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.
At the moment, running Prettier through Eslint on markup files fails with the following:
```
An error occurred running eslint. Please check the following error messages:

{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.
```

We should investigate and fix this problem, to actually turn Prettier on for these files as well.

Back to Bug 1560186 Comment 0