We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803e868 commit 555ad9bCopy full SHA for 555ad9b
src/configs/special-cases.ts
@@ -22,7 +22,7 @@ export const specialCases: Config[] = [
22
files: [
23
`**/*config*.${GLOB_SRC_EXT}`,
24
`**/{views,pages,routes,middleware,plugins,api,modules}/${GLOB_SRC}`,
25
- `**/{index,vite,esbuild,rollup,rolldown,webpack,rspack}.${GLOB_SRC_EXT}`,
+ `**/{index,vite,esbuild,rollup,rolldown,webpack,rspack,farm}.${GLOB_SRC_EXT}`,
26
'**/*.d.ts',
27
`${GLOB_MARKDOWN}/**`,
28
'**/.prettierrc*',
0 commit comments