From 2146a98bd98b7e275a0ee7bc7a243981b597f34c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 27 Oct 2022 21:01:55 +0300 Subject: Switch from `babel-eslint` to `@babel/eslint-parser` --- vnext/jsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vnext/jsconfig.json (limited to 'vnext/jsconfig.json') diff --git a/vnext/jsconfig.json b/vnext/jsconfig.json new file mode 100644 index 00000000..341549d2 --- /dev/null +++ b/vnext/jsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "jsx": "react-jsx" + }, +} -- cgit v1.2.3