cern-sis / react-formule

User-friendly, extensible form builder for React based on JSON Schema and RJSF
https://cern-sis.github.io/react-formule/
MIT License
10 stars 4 forks source link

Configure ESLint and Prettier #12

Closed miguelgrc closed 8 months ago

miguelgrc commented 9 months ago

We don't have prettier configured. We should make it so that files are formatted on save and on commit with a pre-commit hook. I'd go with option 1 here. Read also this. You might need a .prettierignore file as well.

Regarding ESLint, there are some things missing:

Let me know if you need help

miguelgrc commented 8 months ago

Closed by #14