|
15 | 15 | "testing"
|
16 | 16 | ],
|
17 | 17 | "scripts": {
|
18 |
| - "lint": "yarn prettier --check && yarn eslint", |
19 |
| - "lint:fix": "yarn prettier --write && yarn eslint --fix", |
| 18 | + "lint": "pnpm prettier --check && pnpm eslint", |
| 19 | + "lint:fix": "pnpm prettier --write && pnpm eslint --fix", |
20 | 20 | "eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
|
21 | 21 | "prettier": "prettier \"**/*.{js,md,json}\"",
|
22 |
| - "pretest": "cd ../.. && yarn build", |
| 22 | + "pretest": "cd ../.. && pnpm build", |
23 | 23 | "test": "mocha --recursive \"test/**/*.ts\" --exit",
|
24 |
| - "test:ci": "yarn test && node scripts/check-subpath-exports.js", |
| 24 | + "test:ci": "pnpm test && node scripts/check-subpath-exports.js", |
25 | 25 | "build": "tsc --build .",
|
26 |
| - "prepublishOnly": "yarn build", |
| 26 | + "prepublishOnly": "pnpm build", |
27 | 27 | "clean": "rimraf dist internal types *.{d.ts,js}{,.map} build-test tsconfig.tsbuildinfo"
|
28 | 28 | },
|
29 | 29 | "files": [
|
|
38 | 38 | "README.md"
|
39 | 39 | ],
|
40 | 40 | "devDependencies": {
|
| 41 | + "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^", |
| 42 | + "@nomicfoundation/eslint-plugin-slow-imports": "workspace:^", |
| 43 | + "@nomicfoundation/hardhat-chai-matchers": "workspace:^", |
41 | 44 | "@nomicfoundation/hardhat-ethers": "^3.0.0",
|
42 | 45 | "@types/bn.js": "^5.1.0",
|
43 | 46 | "@types/chai": "^4.2.0",
|
|
0 commit comments