nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
316 stars 97 forks source link

chore: Use prettier for stylistic rules #2143

Closed Chartman123 closed 3 months ago

Chartman123 commented 4 months ago

@susnux I followed the setup guide in the prettier-config repo, however, there are some errors ... Could you please have a look at it and adjust the documentation if there's something missing?

susnux commented 4 months ago

@susnux I followed the setup guide in the prettier-config repo, however, there are some errors ... Could you please have a look at it and adjust the documentation if there's something missing?

You need to install the eslint configuration:

npm install --save-dev eslint-config-prettier

Chartman123 commented 4 months ago

Thanks, that helped :)

Chartman123 commented 4 months ago

Makes sense for me, but lets only do this if you agree with the formatting @Chartman123

I'll have a closer look at the changes before merging :)

Chartman123 commented 4 months ago

@susnux should we wait with merging this PR until @Koc has finished the file question PR? Otherwise there will be lots of merge conflicts I assume...