ignore dev caches in example tool configs
This commit is contained in:
@@ -7,7 +7,14 @@ const tsconfigRootDir = dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: ["node_modules/**", "dist/**", ".wrnexus/**", "**/.wrnexus/**"],
|
||||
ignores: [
|
||||
"node_modules/**",
|
||||
"dist/**",
|
||||
".wrnexus/**",
|
||||
"**/.wrnexus/**",
|
||||
".wrnexus-*/**",
|
||||
"**/.wrnexus-*/**",
|
||||
],
|
||||
},
|
||||
{
|
||||
languageOptions: {
|
||||
|
||||
Reference in New Issue
Block a user