From 35eb0fb13b2c70d7cc0eec5e0c7fdf55ef9db65d Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Fri, 22 Apr 2022 14:54:21 -0700 Subject: [PATCH] work around https://github.com/import-js/eslint-plugin-import/issues/2267 --- patches/ava+4.2.0.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 patches/ava+4.2.0.patch diff --git a/patches/ava+4.2.0.patch b/patches/ava+4.2.0.patch new file mode 100644 index 00000000000..953305a7bbb --- /dev/null +++ b/patches/ava+4.2.0.patch @@ -0,0 +1,8 @@ +diff --git a/node_modules/ava/index.js b/node_modules/ava/index.js +new file mode 100644 +index 0000000..22731d8 +--- /dev/null ++++ b/node_modules/ava/index.js +@@ -0,0 +1 @@ +# Work around https://github.com/import-js/eslint-plugin-import/issues/1810 ++export {default} from './lib/worker/main.cjs';