peachest

Results 3 issues of peachest

### 说明项目 ## 介绍 ftp 命令允许用户通过FTP(File Transfer Protocol)协议在本地计算机和远程服务器之间传输文件。 FTP 是一种在网络上交换文件的标准协议,它基于客户端-服务器架构。FTP 是 ARPANet 的标准文件传输协议,ARPANet 网络就是现今 Internet 的前身。使用FTP协议时,一方充当客户端,另一方充当服务器,客户端可以上传、下载、删除、重命名文件和目录,以及执行其他文件传输相关的操作。 ## 快速开始 使用匿名模式访问远程 FTP 服务器 ```bash ftp ftp.example.com ``` ftp 会启动交互式命令行 ```bash Connected to...

request

## **Describe the bug** The following code and configuration is **a small demo** to reproduce the real problem I met. I am wrting TypeScript and import Rambda by path `rambda/immutable`....

Currently this project is not support eslint's new flat config feature. Is there any plan?