mirror of https://github.com/halo-dev/halo
Ingore build directory while linting ui project (#7658)
parent
5c781d46af
commit
1643e1de05
|
@ -9,7 +9,12 @@ import pluginVue from "eslint-plugin-vue";
|
|||
export default defineConfigWithVueTs(
|
||||
{
|
||||
name: "app/global-ignores",
|
||||
ignores: ["**/dist/**", "**/node_modules/**", "packages/api-client/src/"],
|
||||
ignores: [
|
||||
"**/dist/**",
|
||||
"**/node_modules/**",
|
||||
"packages/api-client/src/",
|
||||
"**/build/**",
|
||||
],
|
||||
},
|
||||
|
||||
pluginVue.configs["flat/recommended"],
|
||||
|
|
Loading…
Reference in New Issue