We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db6a60 commit 59e8453Copy full SHA for 59e8453
packages/horizon/package.json
@@ -11,7 +11,7 @@
11
"addresses.json"
12
],
13
"scripts": {
14
- "lint:ts": "eslint '**/*.{js,ts}' --fix",
+ "lint:ts": "eslint '**/*.{js,ts}' --fix --no-warn-ignored",
15
"lint:sol": "prettier --write contracts/**/*.sol test/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
16
"lint": "yarn lint:ts && yarn lint:sol",
17
"clean": "rm -rf build dist cache cache_forge typechain-types",
0 commit comments