Skip to content

Commit 8d2bdd3

Browse files
committed
fixup! chore(multichain-testing): adapt to eslint v9 flat config
1 parent b73a1e1 commit 8d2bdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multichain-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"scripts": {
66
"build": "exit 0",
7-
"lint": "yarn tsc && yarn eslint --flag unstable_config_lookup_from_file .",
7+
"lint": "yarn tsc && yarn eslint .",
88
"lint-fix": "yarn lint --fix",
99
"test": "echo 'Run specific test suites:\nyarn test:main (needs `make start`)\nyarn test:fast-usdc (needs `make start FILE=config.fusdc.yaml`)'",
1010
"test:main": "ava --config ava.main.config.js",

0 commit comments

Comments
 (0)