diff --git a/package.json b/package.json index 8b685cb5e..2d1a5e7ea 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", - "@rebeccastevens/eslint-config": "^1.0.10", + "@rebeccastevens/eslint-config": "^1.0.12", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.0.0", diff --git a/scripts/compile-tests.ts b/scripts/compile-tests.ts index c8256905d..2dfd38843 100644 --- a/scripts/compile-tests.ts +++ b/scripts/compile-tests.ts @@ -59,4 +59,4 @@ async function createTestsHelpersTsConfig() { } // Run the script. -run().catch((error) => void console.error(error)); +void run(); diff --git a/yarn.lock b/yarn.lock index 0e3887284..a9efabffc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -473,10 +473,10 @@ "@nodelib/fs.scandir" "2.1.3" fastq "^1.6.0" -"@rebeccastevens/eslint-config@^1.0.10": - version "1.0.10" - resolved "https://registry.npmjs.org/@rebeccastevens/eslint-config/-/eslint-config-1.0.10.tgz" - integrity sha512-VW7zpKL0mrclSjOZfIoFXADemr7kfcHz8Ev3WmG0ZmD/IKONzStJHOzJR57Y6uc/MZvtHCw1ILt3XmuZmoVVaw== +"@rebeccastevens/eslint-config@^1.0.12": + version "1.0.12" + resolved "https://registry.yarnpkg.com/@rebeccastevens/eslint-config/-/eslint-config-1.0.12.tgz#d3f2ebfc6f03c63eddb450c26ef30f43edd4f715" + integrity sha512-uUBUBbYMLlilC5kSdo8eJLdO/Sk5wvODBM14iemm8VM5KXvELXqagtqxigA4xmlrZFSXXGpFz7c85WifwsstEg== dependencies: deepmerge "^4.0.0"