The this PR https://github.com/kristjanmik/kjosturett-web/pull/67 @koddsson mentioned that it would be smart to run prettier in a seperate PR. Prettier is already setup in the project (see package.json) and configured so we only had to run it. I had to make one change in .eslintrc to make sure that the config there matched the prettier config already setup in package.json (setting trailingComma to es5)
The this PR https://github.com/kristjanmik/kjosturett-web/pull/67 @koddsson mentioned that it would be smart to run prettier in a seperate PR. Prettier is already setup in the project (see package.json) and configured so we only had to run it. I had to make one change in
.eslintrc
to make sure that the config there matched the prettier config already setup inpackage.json
(setting trailingComma toes5
)I ran
npx prettier --write src//**/*