mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
Ignore tauri releases from eslint
This commit is contained in:
committed by
Sundeep Malladi
parent
9407af4cc5
commit
320ec41617
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
@@ -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}'],
|
||||
|
||||
Reference in New Issue
Block a user