Skip to content

Commit

Permalink
Merge pull request #3 from aragon/lint
Browse files Browse the repository at this point in the history
style: lint
  • Loading branch information
pythonpete32 authored Nov 21, 2023
2 parents 27e02a9 + 19be435 commit bb8b9b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"editor.formatOnSave": true,
"prettier.documentSelectors": ["**/*.sol"],
"solidity.formatter": "prettier",
"editor.tabSize": 4
"editor.tabSize": 4,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
2 changes: 1 addition & 1 deletion src/metadata/release-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"name": "MyPlugin",
"description": "Aragon Boilerplate Plugin",
"images": {}
}
}

0 comments on commit bb8b9b3

Please sign in to comment.