0

I cloned the source code of react-admin from https://github.com/marmelab/react-admin.

When I tried formatting the source code by VS Code (Windows) with "Prettier - Code formatter" or "TypeScript and Javascript Language Features", the source code is formatted differently with the current format of react-admin source code.

Which source code formatter are they using?

Jacob Phan
  • 732
  • 2
  • 6
  • 20

1 Answers1

1

It's using eslint with prettier, but with a specific config:

You should configure your editor to read the project-specific configuration for these tools.

François Zaninotto
  • 7,068
  • 2
  • 35
  • 56