adonisjs / tooling-config

Eslint, prettier, and typescript configurations for AdonisJS projects
4 stars 2 forks source link

Mainly updating package.json files and docs #1

Closed thetutlage closed 1 year ago

thetutlage commented 1 year ago

This PR is mainly focused around updating/adding docs and also updating the package.json files to add more metadata to it.

Also, I have added the .editorconfig file and formatted the source code using prettier, so some files might see just the formatting changes.

Finally, I will drop some inline comments explaining the changes

Julien-R44 commented 1 year ago

I'm going to merge now as I have a few changes to make. we can move to trailingComma "all", if you like later, it's totally unimportant

about :

settings:
  autoInstallPeers: true
  excludeLinksFromLockfile: false

I wonder if it's because you're using version 7 of pnpm. could you confirm your version? I'm using 8.3.1 not very important either

thetutlage commented 1 year ago

I am using 8.6.3.

❯ pnpm -v
8.6.3

we can move to trailingComma "all",

Sure, let's do all it