## no-like-npm
不能使用功能类似的npm包

级别: `warn`

❌错误示例：
```javascript
import dayjs from 'dayjs'
import moment from 'moment'
```

