From 9ef3b3c947f91dbba904b07c778a2d8090d939d5 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Thu, 18 Jun 2020 14:55:57 +0200 Subject: [PATCH] sanctuary-scripts@4.0.x --- .eslint.js | 7 ------- .eslintignore | 1 - package.json | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 .eslint.js diff --git a/.eslint.js b/.eslint.js deleted file mode 100644 index f9d54a18..00000000 --- a/.eslint.js +++ /dev/null @@ -1,7 +0,0 @@ -// This file exists solely for ESLint to find when matching '*.{js,mjs}'. -// ESLint considers it an error to specify a pattern which matches no files -// (even if multiple patterns are provided and other patterns do match files). -// -// This file can be removed if -// is resolved or if this project is restructured to match the expectations of -// sanctuary-scripts. diff --git a/.eslintignore b/.eslintignore index 4ef5b36b..22b20601 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,3 @@ -!/.eslint.js /test/amd/index.js /test/commonjs/exports/index.js /test/commonjs/module.exports/index.js diff --git a/package.json b/package.json index 1bbd51eb..a06b422b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "babel-eslint": "10.0.x", - "sanctuary-scripts": "3.2.x" + "sanctuary-scripts": "4.0.x" }, "scripts": { "doctest": "sanctuary-doctest",