Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. {
  2. "extends": ["solhint:recommended"],
  3. "rules": {
  4. "prettier/prettier": "error",
  5. "avoid-throw": false,
  6. "avoid-suicide": "error",
  7. "avoid-sha3": "warn"
  8. },
  9. "plugins": ["prettier"]
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement