The indent rule seems impossible to disable; how (in config settings) do I disable this rule? thanks.
I had to add more rules. To turn off linting for react and jsx-indent
react
jsx-indent
"rules": { "indent": "off", "react/jsx-indent": "off", "react/jsx-indent-props": "off" }