We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73a1e1 commit 8d2bdd3Copy full SHA for 8d2bdd3
multichain-testing/package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"scripts": {
6
"build": "exit 0",
7
- "lint": "yarn tsc && yarn eslint --flag unstable_config_lookup_from_file .",
+ "lint": "yarn tsc && yarn eslint .",
8
"lint-fix": "yarn lint --fix",
9
"test": "echo 'Run specific test suites:\nyarn test:main (needs `make start`)\nyarn test:fast-usdc (needs `make start FILE=config.fusdc.yaml`)'",
10
"test:main": "ava --config ava.main.config.js",
0 commit comments