@sxzz/eslint-config 3.8.1 → 3.8.3
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 +1 -2
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -255,8 +255,7 @@ var imports = [
|
|
|
255
255
|
{
|
|
256
256
|
files: [
|
|
257
257
|
`**/*config*.${GLOB_SRC_EXT}`,
|
|
258
|
-
`**/views/${GLOB_SRC}`,
|
|
259
|
-
`**/pages/${GLOB_SRC}`,
|
|
258
|
+
`**/{views,pages,routes,middleware,plugins,api}/${GLOB_SRC}`,
|
|
260
259
|
`**/{index,vite,esbuild,rollup,webpack,rspack}.ts`,
|
|
261
260
|
"**/*.d.ts",
|
|
262
261
|
`${GLOB_MARKDOWN}/**`,
|
package/dist/index.js
CHANGED
|
@@ -148,8 +148,7 @@ var imports = [
|
|
|
148
148
|
{
|
|
149
149
|
files: [
|
|
150
150
|
`**/*config*.${GLOB_SRC_EXT}`,
|
|
151
|
-
`**/views/${GLOB_SRC}`,
|
|
152
|
-
`**/pages/${GLOB_SRC}`,
|
|
151
|
+
`**/{views,pages,routes,middleware,plugins,api}/${GLOB_SRC}`,
|
|
153
152
|
`**/{index,vite,esbuild,rollup,webpack,rspack}.ts`,
|
|
154
153
|
"**/*.d.ts",
|
|
155
154
|
`${GLOB_MARKDOWN}/**`,
|