{
  "extends": "solhint:recommended",
  "plugins": ["prettier"],
  "rules": {
    "prettier/prettier": "error",
    "compiler-version": ["off"],
    "constructor-syntax": "warn",
    "quotes": ["error", "single"],
    "func-visibility": ["warn", { "ignoreConstructors": true }],
    "not-rely-on-time": "off",
    "private-vars-leading-underscore": ["warn", { "strict": false }],
    "no-empty-blocks": "off",
    "max-states-count": "off"
  }
}
