@sxzz/eslint-config 3.8.2 → 3.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -206,6 +206,7 @@ var GLOB_EXCLUDE = [
|
|
|
206
206
|
"**/.idea",
|
|
207
207
|
"**/.output",
|
|
208
208
|
"**/.vite-inspect",
|
|
209
|
+
"**/.nitro",
|
|
209
210
|
"**/CHANGELOG*.md",
|
|
210
211
|
"**/*.min.*",
|
|
211
212
|
"**/LICENSE*",
|
|
@@ -255,7 +256,7 @@ var imports = [
|
|
|
255
256
|
{
|
|
256
257
|
files: [
|
|
257
258
|
`**/*config*.${GLOB_SRC_EXT}`,
|
|
258
|
-
`**/{views,pages,routes,middleware,plugins,api}
|
|
259
|
+
`**/{views,pages,routes,middleware,plugins,api}/${GLOB_SRC}`,
|
|
259
260
|
`**/{index,vite,esbuild,rollup,webpack,rspack}.ts`,
|
|
260
261
|
"**/*.d.ts",
|
|
261
262
|
`${GLOB_MARKDOWN}/**`,
|
package/dist/index.js
CHANGED
|
@@ -99,6 +99,7 @@ var GLOB_EXCLUDE = [
|
|
|
99
99
|
"**/.idea",
|
|
100
100
|
"**/.output",
|
|
101
101
|
"**/.vite-inspect",
|
|
102
|
+
"**/.nitro",
|
|
102
103
|
"**/CHANGELOG*.md",
|
|
103
104
|
"**/*.min.*",
|
|
104
105
|
"**/LICENSE*",
|
|
@@ -148,7 +149,7 @@ var imports = [
|
|
|
148
149
|
{
|
|
149
150
|
files: [
|
|
150
151
|
`**/*config*.${GLOB_SRC_EXT}`,
|
|
151
|
-
`**/{views,pages,routes,middleware,plugins,api}
|
|
152
|
+
`**/{views,pages,routes,middleware,plugins,api}/${GLOB_SRC}`,
|
|
152
153
|
`**/{index,vite,esbuild,rollup,webpack,rspack}.ts`,
|
|
153
154
|
"**/*.d.ts",
|
|
154
155
|
`${GLOB_MARKDOWN}/**`,
|