Replies: 12 comments 1 reply
-
There's a proposal for adding support to |
Beta Was this translation helpful? Give feedback.
-
I opened a proposal for Biome: biomejs/biome#1833 |
Beta Was this translation helpful? Give feedback.
-
I just opened a proposal for Drizzle at drizzle-team/drizzle-orm#1896 |
Beta Was this translation helpful? Give feedback.
-
I opened a change request for ESLint: Edit: turns out we can just use the In the case you're using VSCode, you might want to put this in your "eslint.options": {
"overrideConfigFile": ".config/eslint.mjs"
} See the docs for the |
Beta Was this translation helpful? Give feedback.
-
And the docs. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/jdx/mise supports .config ! |
Beta Was this translation helpful? Give feedback.
-
Vue Mess Detector supports Thanks for the proposal |
Beta Was this translation helpful? Give feedback.
-
Note
Here is a list of tools that either support
.config
or plan to do.See previous efforts discussion for other relevant efforts.
Open Requests
(please comment to add more links here)
.config/
dir vitejs/vite#15911.config/
dir vitest-dev/vitest#5204.config
dir drizzle-team/drizzle-orm#1896Tools currently support
.config/
Frameworks
Nuxt, Nitro, unbuild
Powered by unjs/c12, Nuxt, Nitro, unbuild and more projects support
.config/
dir out of the box.marklint
marklint by @Marcisbee has adopted the
.config
dir.Config Loaders
unjs/c12
unjs/c12 is a configuration loader. Starting from v1.8.0 c12 supports config-dir proposal for
.config/
dir support.cosmiconfig
(thanks @KubaJastrz for reference)
cosmiconfig by @davidtheclark, @d-fischer and contributors is a configuration loader for JavaScript that supports .config/[name].[ext] out of the box.
Beta Was this translation helpful? Give feedback.
All reactions