There was an error while loading. Please reload this page.
1 parent 6360f2c commit 9f1fc1dCopy full SHA for 9f1fc1d
.solhint.json
@@ -0,0 +1,3 @@
1
+{
2
+ "extends": "solhint:default"
3
+}
package.json
@@ -14,7 +14,8 @@
14
"migrate:reset": "truffle migrate --reset",
15
"test": "truffle test",
16
"console": "truffle console",
17
- "solhint": "solhint \"contracts/**/*.sol\""
+ "solhint": "solhint \"contracts/**/*.sol\"",
18
+ "prettier:solidity": "prettier --write contracts/**/*.sol"
19
},
20
"dependencies": {
21
"axios": "^0.21.1",
@@ -43,6 +44,7 @@
43
44
"popper.js": "^1.16.1",
45
"portal-vue": "^2.1.7",
46
"prettier": "^2.2.1",
47
+ "prettier-plugin-solidity": "^1.0.0-beta.2",
48
"sass": "^1.26.11",
49
"sass-loader": "^10.0.2",
50
"solhint": "^3.3.2",
0 commit comments