File tree 2 files changed +8
-16
lines changed
2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 15
15
# Logs
16
16
logs
17
17
* .log
18
- npm-debug.log *
19
- yarn-debug.log *
20
- yarn-error.log *
21
- lerna-debug.log *
22
18
23
19
# Diagnostic reports (https://nodejs.org/api/report.html)
24
20
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -57,21 +53,15 @@ jspm_packages/
57
53
# TypeScript v1 declaration files
58
54
typings /
59
55
60
- # Optional npm cache directory
61
- .npm
62
-
63
56
# Optional eslint cache
64
57
.eslintcache
65
58
66
59
# Optional REPL history
67
60
.node_repl_history
68
61
69
- # Output of 'npm pack'
62
+ # Output of 'pnpm pack'
70
63
* .tgz
71
64
72
- # Yarn Integrity file
73
- .yarn-integrity
74
-
75
65
# parcel-bundler cache (https://parceljs.org/)
76
66
.cache
77
67
Original file line number Diff line number Diff line change 16
16
" foundry"
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'" ,
22
22
"prettier" : " prettier \" **/*.{js,md,json}\" " ,
23
- "pretest" : " cd ../.. && yarn build" ,
23
+ "pretest" : " cd ../.. && pnpm build" ,
24
24
"test" : " mocha --recursive \" test/**/*.ts\" --exit" ,
25
25
"build" : " tsc --build ." ,
26
- "prepublishOnly" : " yarn build" ,
26
+ "prepublishOnly" : " pnpm build" ,
27
27
"clean" : " rimraf dist"
28
28
},
29
29
"files" : [
36
36
"chalk" : " ^2.4.2"
37
37
},
38
38
"devDependencies" : {
39
+ "@nomicfoundation/eslint-plugin-hardhat-internal-rules" : " workspace:^" ,
40
+ "@nomicfoundation/eslint-plugin-slow-imports" : " workspace:^" ,
39
41
"@types/chai" : " ^4.2.0" ,
40
42
"@types/mocha" : " >=9.1.0" ,
41
43
"@types/node" : " ^16.0.0" ,
54
56
"typescript" : " ~5.0.0"
55
57
},
56
58
"peerDependencies" : {
57
- "hardhat" : " ^2.17.2 "
59
+ "hardhat" : " workspace:^ "
58
60
}
59
61
}
You can’t perform that action at this time.
0 commit comments