.solhint.json 209 Bytes
Newer Older
XFT's avatar
.  
XFT committed
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "extends": "solhint:recommended",
  "rules": {
    "prettier/prettier": [
      "error",
      {
        "printWidth": 110
      }
    ],
    "quotes": ["error", "double"]
  },
  "plugins": ["prettier"]
}