Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
swkatmask committed Oct 30, 2024
1 parent 6cc18c4 commit f4d0130
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"version": "0.2",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"dictionaries": [
"typescript",
"node",
"html",
"css",
"fonts"
],
"dictionaries": ["typescript", "node", "html", "css", "fonts"],
"ignorePaths": [
"./packages/icons/countries/**",
"./packages/mask/swap/webgl/**",
Expand Down Expand Up @@ -512,22 +506,15 @@
"yumiswap",
"zkscan"
],
"ignoreRegExpList": [
"/@servie/",
"/[A-Za-z0-9]{46}/"
],
"ignoreRegExpList": ["/@servie/", "/[A-Za-z0-9]{46}/"],
"overrides": [
{
"filename": "**/*.md",
"ignoreWords": [
"jkoeaghipilijlahjplgbfiocjhldnap"
]
"ignoreWords": ["jkoeaghipilijlahjplgbfiocjhldnap"]
},
{
"filename": "packages/web3-shared/evm/assets/**/*.json",
"ignoreWords": [
"görli"
]
"ignoreWords": ["görli"]
},
{
"filename": "**/qya-AA.json",
Expand All @@ -542,4 +529,4 @@
"enabled": false
}
]
}
}

0 comments on commit f4d0130

Please sign in to comment.