Skip to content

Commit

Permalink
flow-todo: Switch parser to @babel/eslint-parser, from babel-eslint
Browse files Browse the repository at this point in the history
Oops, looks like we should have done this in e183358, for zulip#4254.

I'm not sure how much we actually want to keep the `test:flow-todo`
command, but might as well bring it up to date in this way.

We're about to change it again, to hermes-eslint, along with our
other ESLint configs.
  • Loading branch information
chrisbobbe committed Jul 20, 2022
1 parent 28bb350 commit acf00b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/flow-todo.eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
parser: babel-eslint
parser: "@babel/eslint-parser"
plugins:
- ft-flow
rules:
Expand Down

0 comments on commit acf00b1

Please sign in to comment.