I Want To Heal 2 build v1.0.5 code
This commit is contained in:
+11
-1
@@ -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}'],
|
||||
|
||||
Reference in New Issue
Block a user