You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note, that there already is a .prettierrc in the root of the monorepo, which is what I've used. Although I've had some problems with the monorepo structure and Prettier being in the root in my local setup... so I've executed Prettier manually before commit. That should be fixed.
Activity
uudens commentedon Dec 11, 2020
To have consistency with React-Spectrum, should we use their eslint config?
mburri commentedon Dec 11, 2020
@hupf what do you think?
We based our project on the jsonforms one - I don't know if we should be consistent with react-spectrum or jsonforms...
hupf commentedon Dec 15, 2020
Note, that there already is a
.prettierrc
in the root of the monorepo, which is what I've used. Although I've had some problems with the monorepo structure and Prettier being in the root in my local setup... so I've executed Prettier manually before commit. That should be fixed.Typically at our projects, we skip all linting of style-related aspects in favor of Prettier (using https://github.com/prettier/eslint-config-prettier) and then with https://github.com/prettier/eslint-plugin-prettier let the CI pipeline fail if files are not formatted according to the Prettier config...