From dee1970ade984f1444810c8e30db8a3ce80a668b Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 16 Aug 2023 17:33:58 -0700 Subject: [PATCH] build: drop unused .npmignore (#3296) --- .eslintrc.json | 7 +++++++ .npmignore | 8 -------- 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .npmignore diff --git a/.eslintrc.json b/.eslintrc.json index 7bfc0ac191..3460fb1550 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -60,11 +60,18 @@ ] } }, + { + "files": ["ci/**/*.js"], + "rules": { + "node/no-unpublished-require": "off" + } + }, { "files": ["packages/*/*/test/**/*_spec*.ts", "packages/*/*/test/fixture/**/*.ts"], "rules": { "global-require": "off", "import/no-dynamic-require": "off", + "node/no-extraneous-import": "off", "node/no-unpublished-import": "off", "node/no-unpublished-require": "off" } diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 09d1e3d04f..0000000000 --- a/.npmignore +++ /dev/null @@ -1,8 +0,0 @@ -*-error.log -src -doc -README.md -test -ci -docs -/index.ts \ No newline at end of file