Skip to content

Commit cfc05f6

Browse files
committed
fix: linter
1 parent 92bdaec commit cfc05f6

File tree

11 files changed

+109
-19
lines changed

11 files changed

+109
-19
lines changed

cspell.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
{
22
"version": "0.2",
33
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
4-
"dictionaries": [
5-
"typescript",
6-
"node",
7-
"npm",
8-
"html",
9-
"css",
10-
"fonts"
11-
],
4+
"dictionaries": ["typescript", "node", "npm", "html", "css", "fonts"],
125
"ignorePaths": [
136
"./packages/gun-utils/gun.js",
147
"./packages/icons/**",
@@ -34,11 +27,7 @@
3427
"pnpm-workspace.yaml",
3528
"qya-aa.json"
3629
],
37-
"TODO: fix those words": [
38-
"bridgable",
39-
"clonable",
40-
"sniffings"
41-
],
30+
"TODO: fix those words": ["bridgable", "clonable", "sniffings"],
4231
"ignoreWords": [
4332
"aeth",
4433
"algr",
@@ -252,11 +241,7 @@
252241
"zksync",
253242
"zora"
254243
],
255-
"ignoreRegExpList": [
256-
"/[A-Za-z0-9]{44}/",
257-
"/[A-Za-z0-9]{46}/",
258-
"/[A-Za-z0-9]{59}/"
259-
],
244+
"ignoreRegExpList": ["/[A-Za-z0-9]{44}/", "/[A-Za-z0-9]{46}/", "/[A-Za-z0-9]{59}/"],
260245
"overrides": [],
261246
"words": [
262247
"arbitrum",
@@ -282,4 +267,4 @@
282267
"webm",
283268
"youtube"
284269
]
285-
}
270+
}

packages/mask/shared-ui/locale/en-US.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/en-US.po

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/ja-JP.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/ja-JP.po

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/ko-KR.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/ko-KR.po

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/zh-CN.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/zh-CN.po

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/zh-TW.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)