mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-10-16 18:39:17 +00:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
![]() |
// .eslintrc.js
|
||
|
module.exports = {
|
||
|
// Umi 项目
|
||
|
extends: [require.resolve('umi/eslint'), 'plugin:react-hooks/recommended'],
|
||
|
};
|