From 9e70b29a635e5563bee20b78836b8f9ee3af7053 Mon Sep 17 00:00:00 2001 From: Tom Jenkinson Date: Sat, 21 Aug 2021 13:00:40 +0100 Subject: [PATCH] remove eslint workaround no longer needed since https://github.com/eslint/eslintrc/pull/42 and https://github.com/eslint/eslint/pull/14808 --- .eslintignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index 3189ad9a8..c2f55368a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,6 +4,3 @@ **/test/**/output packages/commonjs/test/fixtures packages/typescript/test/fixtures/syntax-error - -# temporary workaround for eslint bug where package.json is a directory -packages/node-resolve/test/fixtures/package-json-in-path