Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c69efcc

Browse files
committedAug 3, 2023
chore: cspell
1 parent a8e6f53 commit c69efcc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

‎.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
"solidity-language-server.trace.server.verbosity": "message",
88
"eslint.packageManager": "yarn",
99
"prettier.useEditorConfig": true,
10-
"prettier.configPath": "prettier-config/.prettierrc.js",
11-
"cSpell.words": [
12-
"autorestart"
13-
]
10+
"prettier.configPath": "prettier-config/.prettierrc.js"
1411
}

‎cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"repartitions",
2525
"solhint",
2626
"typechain",
27-
"Unslashed"
27+
"Unslashed",
28+
"autorestart"
2829
],
2930
"ignoreWords": [],
3031
"import": []

0 commit comments

Comments
 (0)
Please sign in to comment.