On codesandbox.io, how can I configure Prettier so that it doesn't change the line breaks?
Also, how can I deactivate specific ESLint rules. For example, I would like to turn off the react-hooks/rules-of-hooks rule.
A newly created eslintrc file seems to be ignored in my ES201x project.
