From a4a6b92e6b34a8ff4c442a3931acbfeae48a22d7 Mon Sep 17 00:00:00 2001 From: poma Date: Tue, 2 Feb 2021 14:38:11 +0300 Subject: [PATCH] lint --- .prettierignore | 1 - hardhat.config.js | 1 + scripts/sample-script.js | 22 +++++++++++----------- src/controller.js | 2 +- test/pack.test.js | 9 +-------- test/snark.test.js | 3 ++- test/tornadoTrees.test.js | 1 + 7 files changed, 17 insertions(+), 22 deletions(-) diff --git a/.prettierignore b/.prettierignore index 219fcce..dbe2638 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,5 +2,4 @@ artifacts cache circuits -scripts contracts/verifiers diff --git a/hardhat.config.js b/hardhat.config.js index 211079f..74327d4 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -1,3 +1,4 @@ +/* global task, ethers */ require('@nomiclabs/hardhat-waffle') // This is a sample Hardhat task. To learn how to create your own go to diff --git a/scripts/sample-script.js b/scripts/sample-script.js index 1aa1a24..a58a1f9 100644 --- a/scripts/sample-script.js +++ b/scripts/sample-script.js @@ -1,32 +1,32 @@ -// We require the Hardhat Runtime Environment explicitly here. This is optional +// We require the Hardhat Runtime Environment explicitly here. This is optional // but useful for running the script in a standalone fashion through `node