Skip to content

Commit

Permalink
upd linters
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolev-igor committed Sep 5, 2024
1 parent 5a1fe92 commit 59c043c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"plugins": ["prettier-plugin-solidity"],
"overrides": [
{
"files": "*.sol",
Expand All @@ -8,7 +9,6 @@
"useTabs": false,
"singleQuote": false,
"bracketSpacing": true,
"explicitTypes": "always",
"trailingComma": "none"
}
},
Expand Down
62 changes: 21 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"mrm": "3.0.10",
"pinst": "2.1.6",
"prettier": "3.3.3",
"prettier-plugin-solidity": "1.1.3",
"prettier-plugin-solidity": "1.4.1",
"regenerator-runtime": "0.13.11",
"solhint": "5.0.3",
"solhint-plugin-prettier": "0.1.0",
Expand Down

0 comments on commit 59c043c

Please sign in to comment.