adonisjs / auth

Official Authentication package for AdonisJS
https://docs.adonisjs.com/guides/auth/introduction
MIT License
191 stars 65 forks source link

style: format templates according to prettier #181

Closed rubenmoya closed 2 years ago

rubenmoya commented 2 years ago

Proposed changes

I installed @adonisjs/auth in a new AdonisJS application with the default eslint and prettier configuration and realized the files added are not formatted with that configuration.

This PR updates the templates folder to format the files according to the eslint and prettier configuration.

Types of changes

What types of changes does your code introduce?

Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

thetutlage commented 2 years ago

Thanks for the PR :)