I Want To Heal 2 build v1.0.5 code

This commit is contained in:
Warren H
2026-06-28 13:29:39 -04:00
parent 8abb44ea02
commit 257c34fc8d
53 changed files with 18187 additions and 1199 deletions
+11 -1
View File
@@ -5,7 +5,17 @@ import reactRefresh from 'eslint-plugin-react-refresh'
import tseslint from 'typescript-eslint'
export default tseslint.config(
{ ignores: ['dist', 'android/**/build/**', 'android/app/src/main/assets/**'] },
{
ignores: [
'dist',
'dist-admin',
'external',
'tmp-asset-tests',
'tmp-dragon-previews',
'android/**/build/**',
'android/app/src/main/assets/**',
],
},
{
extends: [js.configs.recommended, ...tseslint.configs.recommended],
files: ['**/*.{ts,tsx}'],