Skip to content

Commit 59e8453

Browse files
committed
feat: add deployment test boilerplate and one example
Signed-off-by: Tomás Migone <[email protected]>
1 parent 2db6a60 commit 59e8453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/horizon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"addresses.json"
1212
],
1313
"scripts": {
14-
"lint:ts": "eslint '**/*.{js,ts}' --fix",
14+
"lint:ts": "eslint '**/*.{js,ts}' --fix --no-warn-ignored",
1515
"lint:sol": "prettier --write contracts/**/*.sol test/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
1616
"lint": "yarn lint:ts && yarn lint:sol",
1717
"clean": "rm -rf build dist cache cache_forge typechain-types",

0 commit comments

Comments
 (0)