File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
"lint" : " eslint . --ext mdx --max-warnings 0 && pnpm spellcheck:lint && pnpm check-breadcrumbs && pnpm check-redirects && pnpm validate-metadata && pnpm link-checker" ,
8
8
"fix" : " eslint . --ext mdx --fix && pnpm spellcheck:fix && pnpm breadcrumbs && pnpm fix-redirects && pnpm metadata-batch-cli" ,
9
9
"spellcheck:lint" : " cspell lint \" **/*.mdx\" " ,
10
- "prepare" : " husky install " ,
10
+ "prepare" : " husky" ,
11
11
"spellcheck:fix" : " cspell --words-only --unique \" **/*.mdx\" | sort --ignore-case | uniq > words.txt" ,
12
12
"breadcrumbs" : " NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/create-breadcrumbs.ts" ,
13
13
"check-breadcrumbs" : " NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/breadcrumbs.ts" ,
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ inator
172
172
INFLUXDBV
173
173
influxdbv
174
174
initcode
175
- interopble
176
175
IPCDISABLE
177
176
ipcdisable
178
177
ipcfile
@@ -273,6 +272,7 @@ Pausability
273
272
pausable
274
273
pcscdpath
275
274
Pectra
275
+ pectra
276
276
Pectra's
277
277
Peerstore
278
278
peerstore
@@ -388,6 +388,7 @@ Superchain
388
388
superchain
389
389
Superchain's
390
390
Superchainerc
391
+ superchainerc
391
392
Superlend
392
393
Superloans
393
394
Superscan
You can’t perform that action at this time.
0 commit comments