Is there a way to share my .editorconfig file from my layer to my project?
I have started working on a Nuxt 3 Layer which I plan to use as a base for many of my future Nuxt projects. Is there a way that I can maintain an
.editorconfig
.editorconfig
file in the layer and have each of my future projects make use of this file somehow?
Perhaps more generally I would wonder if there is a way I can copy over files from an NPM package into my local project when I am installing the layer for the first time.