From 79dd4a56fb4cf255842103325ade33938de31fdd Mon Sep 17 00:00:00 2001 From: Porfirio Date: Sun, 8 Feb 2026 12:41:49 +0000 Subject: [PATCH] Add initial configuration for oxc-nuxt module I've created this module to help integrating oxlint into Nuxt. The biggest benefit is the auto creation of the `globals` on the config based on unimport. In the future i hope to add more lint configurations and maybe add a base config for oxfmt as soon as they support oxfmt.config.ts files I'm open to collaboration in this repo. --- oxc-nuxt.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 oxc-nuxt.yml diff --git a/oxc-nuxt.yml b/oxc-nuxt.yml new file mode 100644 index 000000000..32a59d5b8 --- /dev/null +++ b/oxc-nuxt.yml @@ -0,0 +1,16 @@ +name: oxc-nuxt +description: Nuxt module to provide oxlint and oxfmt integration +repo: porfirioribeiro/oxc-nuxt +npm: oxc-nuxt +icon: '' +github: https://github.com/porfirioribeiro/oxc-nuxt +website: https://github.com/porfirioribeiro/oxc-nuxt +learn_more: '' +category: Devtools +type: 3rd-party +maintainers: + - name: porfirioribeiro + github: porfirioribeiro +compatibility: + nuxt: '>=3.0.0' + requires: {}