Skip to content

Commit 59c043c

Browse files
committed
upd linters
1 parent 5a1fe92 commit 59c043c

File tree

3 files changed

+23
-43
lines changed

3 files changed

+23
-43
lines changed

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"plugins": ["prettier-plugin-solidity"],
23
"overrides": [
34
{
45
"files": "*.sol",
@@ -8,7 +9,6 @@
89
"useTabs": false,
910
"singleQuote": false,
1011
"bracketSpacing": true,
11-
"explicitTypes": "always",
1212
"trailingComma": "none"
1313
}
1414
},

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"mrm": "3.0.10",
6767
"pinst": "2.1.6",
6868
"prettier": "3.3.3",
69-
"prettier-plugin-solidity": "1.1.3",
69+
"prettier-plugin-solidity": "1.4.1",
7070
"regenerator-runtime": "0.13.11",
7171
"solhint": "5.0.3",
7272
"solhint-plugin-prettier": "0.1.0",

0 commit comments

Comments
 (0)