Ignore tauri releases from eslint

This commit is contained in:
Sundeep Malladi
2025-07-18 14:12:50 -05:00
committed by Sundeep Malladi
parent 9407af4cc5
commit 320ec41617
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ check-ts:
check-hlyr:
@$(MAKE) -C hlyr check VERBOSE=$(VERBOSE)
check-wui: clean-wui-release
check-wui:
@$(MAKE) -C humanlayer-wui check VERBOSE=$(VERBOSE)
check-tui:

View File

@@ -5,7 +5,7 @@ import eslintConfigPrettier from 'eslint-config-prettier/flat'
export default [
{
ignores: ['dist/**/*'],
ignores: ['dist/**/*', 'src-tauri/target/**/*'],
},
{
files: ['**/*.{js,mjs,cjs,ts,tsx}'],