mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-07-30 04:10:22 +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'],
|
||
|
};
|