The indent rule seems impossible to disable; how (in config settings) do I disable this rule? thanks.
Set the rule to "off" in your config like this:
"off"
"rules": { "indent": "off" }
You can read more in the docs here.