Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[autofix.ci] apply automated fixes
  • Loading branch information
autofix-ci[bot] authored Dec 8, 2025
commit cecff5950c61e5d741e958d4fa32a36a0d42bd07
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ exports[`flat config composition > custom src dirs 1`] = `
{
"name": "nuxt/rules",
},
{
"files": [
"**/.config/nuxt.?([cm])[jt]s?(x)",
"**/nuxt.config.?([cm])[jt]s?(x)",
],
"name": "nuxt/nuxt-config",
},
{
"files": [
"src1/app.{js,ts,jsx,tsx,vue}",
Expand Down Expand Up @@ -164,6 +171,13 @@ exports[`flat config composition > empty 1`] = `
{
"name": "nuxt/rules",
},
{
"files": [
"**/.config/nuxt.?([cm])[jt]s?(x)",
"**/nuxt.config.?([cm])[jt]s?(x)",
],
"name": "nuxt/nuxt-config",
},
{
"files": [
"app.{js,ts,jsx,tsx,vue}",
Expand Down Expand Up @@ -201,6 +215,13 @@ exports[`flat config composition > non-standalone 1`] = `
{
"name": "nuxt/rules",
},
{
"files": [
"**/.config/nuxt.?([cm])[jt]s?(x)",
"**/nuxt.config.?([cm])[jt]s?(x)",
],
"name": "nuxt/nuxt-config",
},
{
"files": [
"app.{js,ts,jsx,tsx,vue}",
Expand Down Expand Up @@ -292,6 +313,13 @@ exports[`flat config composition > with stylistic 1`] = `
{
"name": "nuxt/rules",
},
{
"files": [
"**/.config/nuxt.?([cm])[jt]s?(x)",
"**/nuxt.config.?([cm])[jt]s?(x)",
],
"name": "nuxt/nuxt-config",
},
{
"files": [
"**/.config/nuxt.?([cm])[jt]s?(x)",
Expand Down