ElemeFE / ElemeFE/element-react
Eslint fails in v1.4.34
Open
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 435
- PR merge metrics
- No merged PRs in 30d
Description
### Description
In current master (v1.4.34 09688fe5cc5fd837815f860e6f83cdf1dd7ef12a) the lint fails.
### Reproduce Steps
1. Clone the code.
2. Run `npm i && npm run lint`.
### Error Trace (if possible)
~~~
.../element-react/src/index.js
30:1 error Dependency cycle via ./Upload:1=>./UploadList:5 import/no-cycle
.../element-react/libs/index.js
11:1 error Dependency cycle via ./transition:1 import/no-cycle
✖ 2 problems (2 errors, 0 warnings)
~~~
### Additional Information
I dig deeper and found this error was involved from f51623e6308450eb09d43bd936ccf4a89aab0b21 (v1.4.32).
Contributor guide
Assessment
This issue has not been assessed yet.