Skip to content

Commit 8e22632

Browse files
committed
add lint
1 parent b166469 commit 8e22632

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/contracts/provider/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6+
"lint": "eslint .",
7+
"lint:fix": "eslint . --fix",
68
"test:contracts": "./scripts/test.sh",
79
"typecheck": "tsc --noEmit"
810
},
@@ -14,6 +16,7 @@
1416
"@tsconfig/node22": "^22.0.2",
1517
"@types/jest": "^30.0.0",
1618
"@types/node": "^22.0.0",
19+
"eslint": "^9.27.0",
1720
"glob": "^11.0.0",
1821
"jest": "^30.0.0",
1922
"ts-jest": "^29.4.0",

0 commit comments

Comments
 (0)