mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-12-24 22:09:24 -05:00
fix eslint
This commit is contained in:
parent
69907d6f62
commit
cd3564abe7
@ -14,7 +14,7 @@
|
|||||||
"migrate": "npx truffle migrate --network kovan --reset",
|
"migrate": "npx truffle migrate --network kovan --reset",
|
||||||
"migrate:dev": "npx truffle migrate --network development --reset",
|
"migrate:dev": "npx truffle migrate --network development --reset",
|
||||||
"browserify": "npx browserify cli.js -o index.js --exclude worker_threads",
|
"browserify": "npx browserify cli.js -o index.js --exclude worker_threads",
|
||||||
"eslint": "npx eslint ."
|
"eslint": "npx eslint --ignore-path .gitignore ."
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user