.config
requirements for our projects
#12
zoey-kaiser
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I checked some of the internal projects used by my company and we have the following configs that currently do not support the
./config
dir.Tailwindcss
In theory already possible, as tailwindcss has support for setting a custom config dir link: https://github.com/tailwindlabs/tailwindcss-intellisense/tree/8d22df1b0b913c548e50a0548d807f861e9c5a2d?tab=readme-ov-file#tailwindcssexperimentalconfigfile
However, it still could be improved, by searching by default in a config folder, if the root folder does not contain a config.
Trackable in:
c12
and adding support for/.config
nuxt-modules/tailwindcss#808FormKit (
formkit.config.ts
,formkit.theme.ts
)Also possible in theory, as FormKit also lets you select a custom config path: https://formkit.com/getting-started/installation#defining-a-custom-formkit-config-path
The Theme file is imported by the config, so this should also be possible to properly configure.
Todo:
./config
diri18n
Also already possible by setting a custom config path: https://i18n.nuxtjs.org/docs/options#vuei18n
EsLint
I personally want to track and raise issues for all of these projects, therefore I created a new discussions, so I can track my own personal progress with these projects, in a transparent way.
Beta Was this translation helpful? Give feedback.
All reactions