update compile ok,

This commit is contained in:
louiscklaw
2025-04-16 11:17:07 +08:00
parent b4fed69da6
commit 3408da17c2
4 changed files with 5 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ module.exports = {
'@typescript-eslint/no-empty-function': 'warn',
'eslint-comments/require-description': 'off',
'eslintreact/jsx-sort-props': 'off',
'react/jsx-sort-props': 'off',
},
ignorePatterns: ['**/*del', '**/*bak'],
};