Skip to content

Commit

Permalink
docs: revert cspell changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Jul 27, 2023
1 parent 2be0d21 commit c0f51e4
Showing 1 changed file with 98 additions and 100 deletions.
198 changes: 98 additions & 100 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,110 +1,108 @@
{
"words": [
"airgap",
"Annot",
"annots",
"beaconwallet",
"bigmap",
"BIGMAPCONTRACT",
"bigmaps",
"bignumber",
"Bjorsell",
"Boissonneault",
"camelcase",
"crios",
"dailynet",
"delphinet",
"ecad",
"ecadlabs",
"edonet",
"edsk",
"Ejara",
"entrypoints",
"FAILWITH",
"flextesa",
"flextesanet",
"florencenet",
"fxios",
"ghostnet",
"granadanet",
"Guarda",
"Hackathon",
"inmemory",
"IPFS",
"ithacanet",
"jakartanet",
"Kernaghan",
"kukai",
"lambda",
"Letourneau",
"Ligo",
"micheline",
"Micheline",
"michelsonmap",
"mligo",
"mondaynet",
"mumbainet",
"mutez",
"nairobibox",
"nairobinet",
"octez",
"oxheadalpha",
"precommit",
"println",
"Protofire",
"PtNairobi",
"rollups",
"Roxane",
"SAPLINGCONTRACT",
"Sawali",
"SCORU",
"smartcontracts",
"staker",
"taquito",
"tcli",
"tezbridge",
"tezos",
"ticketer",
"toolbelt",
"TORU",
"typecheck",
"typeof",
"tzip",
"Umami",
"unopt",
"UNPAIR"
"airgap",
"Annot",
"annots",
"beaconwallet",
"bigmap",
"BIGMAPCONTRACT",
"bigmaps",
"bignumber",
"Bjorsell",
"Boissonneault",
"camelcase",
"crios",
"dailynet",
"delphinet",
"ecad",
"ecadlabs",
"edonet",
"edsk",
"Ejara",
"entrypoints",
"FAILWITH",
"flextesa",
"florencenet",
"fxios",
"ghostnet",
"granadanet",
"Guarda",
"Hackathon",
"inmemory",
"IPFS",
"ithacanet",
"jakartanet",
"Kernaghan",
"kukai",
"lambda",
"Letourneau",
"Ligo",
"micheline",
"Micheline",
"michelsonmap",
"mligo",
"mondaynet",
"mumbainet",
"mutez",
"nairobibox",
"nairobinet",
"octez",
"oxheadalpha",
"precommit",
"println",
"Protofire",
"PtNairobi",
"rollups",
"Roxane",
"SAPLINGCONTRACT",
"Sawali",
"SCORU",
"smartcontracts",
"staker",
"taquito",
"tcli",
"tezbridge",
"tezos",
"ticketer",
"toolbelt",
"TORU",
"typecheck",
"typeof",
"tzip",
"Umami",
"unopt",
"UNPAIR"
],
"files": [
"**/*.ts",
"**/*.tsx",
"**/*.toml",
"**/*.md",
"**/*.mdx",
"**/*.yml",
"**/*.yaml",
"**/*.sh",
"**/*.sh",
"**/*.svelte"
"**/*.ts",
"**/*.tsx",
"**/*.toml",
"**/*.md",
"**/*.mdx",
"**/*.yml",
"**/*.yaml",
"**/*.sh",
"**/*.svelte"
],
"ignorePaths": [
"**/node_modules/**",
"**/dist/**",
"**/coverage/**",
"**/docs/**",
"**/build/**",
"**/scripts/**",
"**/examples/**",
"**/packages/**"
"**/node_modules/**",
"**/dist/**",
"**/coverage/**",
"**/docs/**",
"**/build/**",
"**/scripts/**",
"**/examples/**",
"**/packages/**"
],
"ignoreRegExpList": [
"KT1[a-zA-Z0-9]{33}",
"o[a-zA-Z0-9]{50}",
"tz[1-4][a-zA-Z0-9]{33}",
"tx[a-zA-Z0-9]{35}",
"B[LMK][a-zA-Z0-9]{49}",
"Pt[a-zA-Z0-9]{49}",
"edsk[a-zA-Z0-9]{50}",
"[\"':][a-zA-Z0-9]{54}[\"':]",
"[\"':][a-zA-Z0-9]{51}[\"':]"
"KT1[a-zA-Z0-9]{33}",
"o[a-zA-Z0-9]{50}",
"tz[1-4][a-zA-Z0-9]{33}",
"tx[a-zA-Z0-9]{35}",
"B[LMK][a-zA-Z0-9]{49}",
"Pt[a-zA-Z0-9]{49}",
"edsk[a-zA-Z0-9]{50}",
"[\"':][a-zA-Z0-9]{54}[\"':]",
"[\"':][a-zA-Z0-9]{51}[\"':]"
]
}

0 comments on commit c0f51e4

Please sign in to comment.