mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
55348b30b6
* style: use prettier * style: just prettier format, no code changes * style: eslint fix object-shorthand, prefer-const * style: fix no-void * style: no-console
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
/* eslint-disable */
|
|
import { getPackagesSync } from '@lerna/project'
|
|
|
|
export default getPackagesSync()
|