From 596bd21e338305f16f3484b264dd1e217f3d9b7a Mon Sep 17 00:00:00 2001 From: Jorge Cuadra Date: Mon, 7 May 2018 12:11:14 -0700 Subject: [PATCH] Add eslint parser to avoid errors in IDE. (#4297) --- examples/with-flow/.eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/with-flow/.eslintrc.json diff --git a/examples/with-flow/.eslintrc.json b/examples/with-flow/.eslintrc.json new file mode 100644 index 00000000..8dafe48e --- /dev/null +++ b/examples/with-flow/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "parser": "babel-eslint" +}