Open smcclellan opened 1 year ago
We could also add a check for a function that is defined as public but could be readonly. It should always be preferred to make the function read-only if it doesn't need to modify any state so that it is clear that it can be called via the API.
Linting rules can be configured to be “off”, “info”, “warning” or “error”. Default value is indicated here between parenthesis.