|
16 | 16 | "ethers.js"
|
17 | 17 | ],
|
18 | 18 | "scripts": {
|
19 |
| - "lint": "yarn prettier --check && yarn eslint", |
20 |
| - "lint:fix": "yarn prettier --write && yarn eslint --fix", |
| 19 | + "lint": "pnpm prettier --check && pnpm eslint", |
| 20 | + "lint:fix": "pnpm prettier --write && pnpm eslint --fix", |
21 | 21 | "eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
|
22 | 22 | "prettier": "prettier \"**/*.{js,md,json}\"",
|
23 |
| - "pretest": "cd ../.. && yarn build", |
| 23 | + "pretest": "cd ../.. && pnpm build", |
24 | 24 | "test": "mocha --recursive \"test/**/*.ts\"",
|
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": [
|
|
43 | 43 | "lodash.isequal": "^4.5.0"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
| 46 | + "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^", |
| 47 | + "@nomicfoundation/eslint-plugin-slow-imports": "workspace:^", |
46 | 48 | "@types/chai": "^4.2.0",
|
47 | 49 | "@types/chai-as-promised": "^7.1.3",
|
| 50 | + "@types/debug": "^4.1.4", |
48 | 51 | "@types/lodash.isequal": "^4.5.6",
|
49 | 52 | "@types/mocha": ">=9.1.0",
|
50 | 53 | "@types/node": "^16.0.0",
|
|
0 commit comments